我们可以在 LinearLayout 中使用 ScrollView 吗?
我需要设计一个 GUI,其中内容位于屏幕顶部不滚动,内容位于顶部下方滚动。我考虑过使用 LinearLayout 作为非滚动部分,使用 ScrollView 作为滚动部分。但是,当我尝试在 LinearLayout 之后使用 ScrollView 时,出现运行时错误。是否可以将 LinearLayout 和 ScrollView 添加到父 LinearLayout 中?
I need to design a GUI with content at the top of the screen that doesn't scroll, and content below the top part that does scroll. I thought about using a LinearLayout for the non-scrolling part and ScrollView for the scrolling part. However, when I try to use ScrollView after a LinearLayout I get a runtime error. Is it possible to add a LinearLayout and a ScrollView to a parent LinearLayout?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以
You can