QML TableView horizontal scroll
Unsolved
QML and Qt Quick
-
wrote on 27 May 2016, 14:41 last edited by
Anybody know, why horizontal scrollbar appears only with vertical?
How to use horizontal scroll if there isn't vertical scroll?My code like this:
TableView {
id: view
horizontalScrollBarPolicy: Qt.ScrollBarAsNeeded
...
style: TableViewStyle {
transientScrollBars: true
...
}
}
1/1