ScrollBar AllowAutoHide on touch devices should hide scrollbar completely? #14375
Replies: 3 comments 4 replies
-
I think this is a matter of taste. Feel free to add a style for this in your own App. You can probably use platform dependent setters. |
Beta Was this translation helpful? Give feedback.
-
In some native iOS apps you can still hold your finger on scroll bar and move it. Like, Alarms app. I can’t do it in any app though for some reason. |
Beta Was this translation helpful? Give feedback.
-
I have it working in my own apps; although it currently needs reflection because of private setter But if the general taste will be to optionally hide it completely, I could justify using time for making a PR suggesting how to do it. |
Beta Was this translation helpful? Give feedback.
-
The
ScrollBar.AllowAutoHide
hides the scrollbar (or collapsing it to a small tracker) on desktop. On Android you only get the small tracker; butAllowAutoHide
does nothing more. Should it not completely hide the tracker on mobile devices?Beta Was this translation helpful? Give feedback.
All reactions