Hi Warren, to add scroll to the j:View you just need to add the bead:
<j:ScrollingViewport/> That will allow you to scroll if the content is out the screen El mié, 30 dic 2020 a las 21:18, Koch (US), Warren R (< [email protected]>) escribió: > View > > > > <j:initialView> > > <j:View> > > <j:Group x="10" y="5" width="1140"> > > > > I put everything in the Group. Seems to work better that way > > > > *From:* Carlos Rovira [mailto:[email protected]] > *Sent:* Wednesday, December 30, 2020 1:59 PM > *To:* [email protected] > *Subject:* [EXTERNAL] Re: Datagrid - wordwrap a column > > > > EXT email: be mindful of links/attachments. > > > > > Hi, > > > > if you need at app level I think we can create a bead for j:View and not > j:ResponsiveView. > > Jewel is done with responsivity in mind to fit different screens and > rearrange items as needed depending if users are on Desktop, Tablet, > Phone,... > > So we usually deal with vertical scrolls but not with horizontal. > > Instead if we use a simple j:View that will be more like a Flex App. I'm > just thinking loud and maybe I could find something as I dig and try on > real code. > > So are you using View? or ResponsiveView? > > > > > > El mié, 30 dic 2020 a las 17:46, wkoch (<[email protected]>) > escribió: > > I don't like horizontal scroll bars either which is why I wanted wrapping > and > column visibility. > > Since I have to make a wide grid wide enough to display the data elements I > musthave one on the application. That's probably what I need -- on the > whole application not the grid..... > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > > > > > -- > > Carlos Rovira > > Apache Member & Apache Royale PMC > > *Apache Software Foundation* > > http://about.me/carlosrovira > > > -- Carlos Rovira Apache Member & Apache Royale PMC *Apache Software Foundation* http://about.me/carlosrovira
