Sub ScrollView1_ScrollChanged(OffsetX As Int, OffsetY As Int)
ForEach p As PanelIn panels
If p.Left = OffsetX ThenLog("Current page index is: " & p.Tag)
'this is the page changed event...
noPageControl.SetField("currentPage", p.Tag)
EndIfNextEndSub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.