For horizontal scrolling you will need to add and remove columns when next/prev is pressed. For vertical scrolling you simply need to update the dataprovider. I dont think you need to create more than one dataprovider at any point.
Thanks, Om On Sun, Oct 2, 2016 at 9:33 AM, bilbosax <waspenc...@comcast.net> wrote: > My desktop AIR application is finally complete and I now need to copy the > logic over to a mobile AIR platform. Even though it is not recommended, I > need to use a Datagrid on mobile. The problem is that there is just too > much > information to publish at once on a mobile device. I don't like Datagrid > horizontal scrolling on a mobile device, it feels sloppy to me. Is there a > way using a "previous" and "next" button that I could scroll horizontally a > full page of the Datagrid at a time? Or will I have to do it manually i.e. > Create several datagrids and change their visibility using the "previous" > and "next" button? > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Datagrid-on-a-Mobile-Device-tp13702.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >