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.
qml レイアウトで TextField を使用していますが、キーボードを有効にすると、最初の TextField が表示され、すべての下に TextField が非表示になります。この問題を解決するにはどうすればよいですか?
ここに解決策があります
ScrollView { scrollViewProperties { scrollMode: ScrollMode.Vertical } }
ScrollView 内にすべてのビューを追加します。その後、到達不能アイテムまでスクロールできます。