mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Added scrolled callback to ListView and ScrollView (#5964)
This commit is contained in:
parent
f5d950cf0c
commit
039f33eaae
9 changed files with 88 additions and 66 deletions
|
@ -23,6 +23,8 @@ export component InternalScrollView {
|
|||
out property <length> native-padding-bottom: native.native-padding-bottom;
|
||||
in property <length> header-height: 0;
|
||||
|
||||
callback scrolled <=> fli.flicked;
|
||||
|
||||
preferred-height: 100%;
|
||||
preferred-width: 100%;
|
||||
min-height: native.min-height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue