QML ScrollViewStyle width?
问题 I'd like to make a ScrollView's scroll bar wider than the default value, but I don't see any width properties, even as part of the ScrollViewStyle element's frame component. 回答1: To make the scroll bar wider, you can change the following four properties in ScrollViewStyle with your custom components: handle , scrollBarBackground , decrementControl , and incrementControl (it may look weird if you do not change all of them). For example, ScrollView { style: ScrollViewStyle { handle: Rectangle {