Hi,
It seems that there’s no way to do that using ScrollViewStyle. But you can create custom using Flickable/ListView and Rectangle. Check the following example
qtquick-customitems-scrollbar-main-qml [qt-project.org]
ScrollBar.qml [qt-project.org]
You will need to anchor the ScrollBar to left as you require.
↧