Added scrolled callback to ListView and ScrollView (#5964)

This commit is contained in:
FloVanGH 2024-08-27 10:18:43 +00:00 committed by GitHub
parent f5d950cf0c
commit 039f33eaae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 88 additions and 66 deletions

View file

@ -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;