Replies: 1 comment 1 reply
-
Have you managed to increase it? I’ve been trying to expand it too, but I haven’t had any luck. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a touch screen application that needs to display a scrollbar. Since it's a small screen (4.3") and touch only, the thin scrollbar line is barely visible:
I would like to make it larger, like what it looks like when I hover over (on my PC, Skia/GTK):
But it has to be like this all the time, since there's no hover-over on the touch screen. How can I accomplish this? It's a vertical scrollbar in the
ScrollViewer
component. I've searched for a property to make the large view always visible but unable to find anything. Can I override the style? If so, how would I do that?Beta Was this translation helpful? Give feedback.
All reactions