Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
3 つの四角形 (ページ) を含む ListView を作成しました。それらは水平方向にフリックされ、一度に四角形が表示され、ボタンを使用してビューが切り替わります 。ユーザーが & を押してそれらを切り替えないようにする方法を知りたいです。ページをドラッグします (ボタンを押すことによってのみ、別の長方形に移動できます) ありがとうございます。
"interactive" プロパティを false に設定する必要があります。「ListView」の派生元である「Flickable」クラスに属します。