mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
parent
ed8089e43b
commit
f7fa27b9b4
7 changed files with 13 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export component InternalScrollView {
|
|||
in property <bool> enabled <=> native.enabled;
|
||||
in property <ScrollBarPolicy> vertical-scrollbar-policy <=> native.vertical-scrollbar-policy;
|
||||
in property <ScrollBarPolicy> horizontal-scrollbar-policy <=> native.horizontal-scrollbar-policy;
|
||||
in property <bool> mouse-drag <=> fli.interactive;
|
||||
|
||||
// Used by the StandardTableView
|
||||
out property <length> native-padding-left: native.native-padding-left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue