该仓库已于 2021-06-24 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
ui/QML_DEBUG_NOTES.md

308 B

Settings List / Flickable

Content not scrolling: Flickable does some reparenting behind the scenes and so in the top level child of the Flickable you will need:

parent: root.contentItem

And in the flickable you will need to set the contentHeight:

contentHeight: <childId>.height + <padding>