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 中添加所有视图。然后,您将能够向上滚动到无法访问的项目。