I got a native scroller on a datagrid form style. The scrolling works, but it only shows 5 out of 9 records. Any idea how I can resolve this, if I use the livecode scroller on the datagrid it shows all 9 records. Though the livecode scroller is mostly useless on mobile devices since its to tiny.
Any ideas?
native scroller on datagrid
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: native scroller on datagrid
Fixed it! I need to make a group first, put it into position and don't forget to lock the position. Then edit the group. Place a DataGrid into the group, make it as large as you want it or do it programmatically when data is inserted to calculate the height (& width) if necessary.
Grouping is a powerfull thing in LiveCode, really import to get the hang of it.
Got the idea from the previous post http://forums.runrev.com/viewtopic.php?t=8043&p=38203
Grouping is a powerfull thing in LiveCode, really import to get the hang of it.
Got the idea from the previous post http://forums.runrev.com/viewtopic.php?t=8043&p=38203