I have a nested ScrollView, similar to the following QML: import QtQuick 2.0 import QtQuick.Controls 1.1 Rectangle { width: 200 height: 600 ScrollView { id: ...
確定! 回上一頁