Android 应用程序中不显示滚动条
我正在使用 Titanium 来创建我的 Android 应用程序。我的窗口里有一张大表格。但滚动条没有显示在那里。我认为它在 Titanium 中没有默认设置。所以我只想知道有没有办法让滚动条显示出来。
I am using Titanium for creating my Android app. I have a one big form in my window. But the scrollbar is not showing up there. I think its not set by default in Titanium. So I just want to know is there any way for the scrollbar to show up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找的是
showVerticalScrollIndicator
或showHorizontalScrollIndicator
因此,将您想要的设置为 true 将使滚动条显示出来。I think what you are looking for is
showVerticalScrollIndicator
orshowHorizontalScrollIndicator
so setting the one you want to true will make the scroll bar show up.