You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library has the in-built ability to auto hide scrollbars just as in UWP. But the option is disabled by default. This confuses a lot of new users and makes a simple task unsolvable/undiscoverable.
There are already multiple (3) issues regarding this one simple thing - i.e #117#161#165
Only enabling auto hide scrollbars won't be enough, there should also be a in-built way to listen to the system settings for auto hide scrollbars. This implementation could be seen in the sample app (I pointed this out in #117).
Just like this library listens to system theme/color changes, it should also listen to this setting.
This will provide consistency with UWP/WinUI.
@Kinnara, Could this be done? Do you consider doing this?
The text was updated successfully, but these errors were encountered:
This library has the in-built ability to auto hide scrollbars just as in UWP. But the option is disabled by default. This confuses a lot of new users and makes a simple task unsolvable/undiscoverable.
There are already multiple (3) issues regarding this one simple thing - i.e #117 #161 #165
Only enabling auto hide scrollbars won't be enough, there should also be a in-built way to listen to the system settings for auto hide scrollbars. This implementation could be seen in the sample app (I pointed this out in #117).
Just like this library listens to system theme/color changes, it should also listen to this setting.
This will provide consistency with UWP/WinUI.
@Kinnara, Could this be done? Do you consider doing this?
The text was updated successfully, but these errors were encountered: