We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScrollView(contains)->Mycontainer(scrollable)
I have set Clamp-value = False
I have even set the lower bound and upper bound
When make a finger scroll on this widget... Its scrolls infinitely, Vadjusment value goes beyond (12000 to -12000)
how can restrict the bounds??
The text was updated successfully, but these errors were encountered:
I'm not sure what's your use case, but without clamp the value are not restricted. So as it is right now, you can't restrict the adjustment value.
Patches are welcome though.
Sorry, something went wrong.
Thanks for your input... this info helped me a lot :)
No branches or pull requests
ScrollView(contains)->Mycontainer(scrollable)
I have set Clamp-value = False
I have even set the lower bound and upper bound
When make a finger scroll on this widget... Its scrolls infinitely, Vadjusment value goes beyond (12000 to -12000)
how can restrict the bounds??
The text was updated successfully, but these errors were encountered: