当显示最后一个组件时如何显示表单的底部?
包含 Form
内的组件
的容器
有一个TOP
和BOTTOM
< code>margin 分别设置为 1 和 10。问题是,当滚动导航按钮(向下键)时,当到达最后一个组件(按钮)时,不会显示下面的剩余空间(底部边距)。以下是滚动到最后一个组件时的图像:
我想要的是这样的图像:
那么滚动最后一个组件时如何显示底部边距空间呢?
The container
which contains the components
inside a Form
has a TOP
and BOTTOM
margin
set to 1 and 10 respectively. The problem is that when scrolling through the navigation button ( the down key ) then when reaching the last component which is a Button then the remaining space below , the bottom margin, is not shown. Here are the image when scrolling to the last component :
What I want is like this image :
So how to show the bottom margin space when scrolling the last component ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您没有使用 LWUIT 1.5 或 SVN,那么我们无法验证和帮助解决此类问题,因为自 1.4 以来 LWUIT 发生了很大的变化。
If you aren't using LWUIT 1.5 or SVN then we can't verify and help with issues like these since LWUIT changed quite allot since 1.4.