Hi,
i have a datagrid form, which works fine on my android mobile with a native scroller when the scroller starts at vscroll = 0. If i set the vscroll of the covering group to 100 for example, the datagrid will be moved to the correct point, but the native scroller then doesn't work. Swiping up (scrolling down) the vscroll jumps to 0, by swiping down there is no smooth scrolling.
Any ideas, what i'm doin wrong?
Grets
Andreas
native scroller datagrid
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: native scroller datagrid
Hi Amdreas,
did you also set the hscroll of the native scroller?
Like this:
Otherweise the group's scroll and scroller are out-of-sync as you experienced.
Best
Klaus
did you also set the hscroll of the native scroller?
Like this:
Code: Select all
...
mobilecontrolset "your_scroller_here", "hscroll", 100
...
Best
Klaus
Re: native scroller datagrid
Hi Klaus,
thanks for your reply! Should that be done in the createlistscroller?
Grets
thanks for your reply! Should that be done in the createlistscroller?
Grets
Re: native scroller datagrid
Hi Klaus,
that was the important hint. i fixed it! Thanks a lot!!
Grets
Andreas
that was the important hint. i fixed it! Thanks a lot!!
Grets
Andreas