bla*_*raz 13
不,但你可以在网格上放置一个Flickable
Flickable {
anchors.fill: parent
contentHeight: sidebarGrid.height
contentWidth: sidebarGrid.width
Grid {
objectName: "sidebarView"
id: sidebarGrid
flow: Grid.TopToBottom
columns: 1
spacing: 10
}
}
Run Code Online (Sandbox Code Playgroud)