QML scrollbar display issue
-
wrote on 23 Sept 2022, 14:21 last edited by JoeCFD
I added a scrollbar to qml listview. It shows up only when I pressed it. After its visible is set to true, I still have the same problem.
I changed its z value as well. No help. What is the problem? Qt 5.15.2 + Ubuntu 18.04ScrollBar.vertical: ScrollBar { anchors.right: parent.right z: 10 visible: true }
-
wrote on 29 Sept 2022, 13:22 last edited by
No one else has the same issue?
-
wrote on 3 Oct 2022, 14:56 last edited by
2/3