ui: Add show_scrollbar method to Picker (#25025)

Now, you can pass `show_scrollbar` to Picker that implement a
`uniform_list`. If that's on, the scrollbar should auto-hide if you move
your focus elsewhere. By default, this method is turned off.

Release Notes:

- N/A

---------

Co-authored-by: smit <0xtimsb@gmail.com>
This commit is contained in:
Danilo Leal
2025-02-17 16:16:48 -03:00
committed by GitHub
co-authored by smit
parent cd108cc5f6
commit 69477dfd8c
3 changed files with 115 additions and 7 deletions
Generated
+1
View File
@@ -9776,6 +9776,7 @@ dependencies = [
"serde",
"serde_json",
"ui",
"util",
"workspace",
]