default disable scroll bar

This commit is contained in:
王劲鹏 2021-04-16 19:31:00 +08:00 committed by osborn
parent 9d87f32cbb
commit e42b5c8400

View File

@ -10,6 +10,9 @@ ApplicationWindow {
ScrollView {
anchors.fill: parent
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ScrollBar.vertical.policy: ScrollBar.AlwaysOff
ListView {
width: parent.width
model: 5