I'm sorry the title should be "Pull to refresh",
When the user pull the scrollview down, i hope there's an event rise so i can refresh or do something else to the scrollview.
Sub ScrollView1_ScrollChanged(Position As Int)
End Sub
This Sub is called when the user scrolls. Just check the position and do you stuff. Check if the value is < 0 or > panel.height to start the refresh/update.
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.