default disable scroll bar
This commit is contained in:
parent
9d87f32cbb
commit
e42b5c8400
@ -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
|
||||
|
Reference in New Issue
Block a user