Scrollable pages and list views
Scrollable pages are useful when combined with vertical components or dynamic components such as List Views.
Kirigami.ScrollablePage
Kirigami.ScrollablePage {
id: root
//The rectangle will automatically be scrollable
Rectangle {
width: root.width
height: 99999
}
}ListView in a ScrollablePage

PlaceholderMessage
Search in the ListView
Pull to refresh
Last updated