I have a series of datagrids - mostly with text but a couple with images as well. The finger scrolling for mobile devices is still quite awkward (I had earlier posts trying to figure it out)...Although it works, you have to play around with it to get it to start (which my users won't know to do)- and then it is jumpy - based on the size of the item in the datagrid. Anyway, it's kind of a mess.
I saw an article on creating a scrolling group with pictures and images and it has made me think I'll try again.
It has
Code: Select all
set the layermode of group "gallery" to "scrolling"
and then has set the compositor type....and other things that aren't part of my current code.
Since a datagrid is a group, can I just substitute my datagrid name into this code?
The article is
http://lessons.runrev.com/s/lessons/m/4 ... chitecture.
Or is there a better way to get datagrids to scroll nicely on a mobile device (android)?
Thanks!