mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
parent
ed8089e43b
commit
f7fa27b9b4
7 changed files with 13 additions and 0 deletions
|
@ -145,6 +145,7 @@ export component ScrollView {
|
|||
in-out property <length> viewport-y <=> flickable.viewport-y;
|
||||
in property <ScrollBarPolicy> vertical-scrollbar-policy <=> vertical-bar.policy;
|
||||
in property <ScrollBarPolicy> horizontal-scrollbar-policy <=> horizontal-bar.policy;
|
||||
in property <bool> mouse-drag <=> flickable.interactive;
|
||||
|
||||
// FIXME: remove. This property is currently set by the ListView and is used by the native style to draw the scrollbar differently when it has focus
|
||||
in-out property <bool> has-focus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue