Replies: 1 comment
-
we could maybe add a property to adjust the triggering scroll direction? which should be defaulted to scroll up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be great to have a simple away to implement the most used "hide on scroll" UX pattern.
2 simple attached properties should be enough:
ScrollViewer
Enumeration
reveal_windows.mp4
In the current implementation there is an abstract
ScrollAwareController
that is used to subscribe to scroll events and provides the need properties such as velocity, offset delta and vertical offset.This could be used to implement #768
I already implemented a working component here: https://github.com/sharpnado-pro/Uno.PoC
@kazo0 and @pictos are admin, you can request them the read permission.
You call also see the whole scroll aware code here: https://gist.github.com/roubachof/d77099ededf9e75d47453996a3250c75
ScrollAwareReavealAndroid.mp4
Beta Was this translation helpful? Give feedback.
All reactions