default disable scroll bar
This commit is contained in:
parent
9d87f32cbb
commit
e42b5c8400
@ -10,6 +10,9 @@ ApplicationWindow {
|
|||||||
ScrollView {
|
ScrollView {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||||
|
ScrollBar.vertical.policy: ScrollBar.AlwaysOff
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
model: 5
|
model: 5
|
||||||
|
Reference in New Issue
Block a user