可滚动列表框
我想在滚动时查看列表框的项目,在 ZK 网站上我发现唯一的方法是以像素为单位设置高度或将 rows 属性设置为特定的行数。但我想根据屏幕尺寸来设置,有什么办法可以做到吗?
I want see the items of list box on scroll, On ZK site I found only way to do it is set height in Pixels or set the rows property to specific number of rows. but I want to set it according to the screen size is there any way to do so.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 BorderLayout 来放置组件。将您的列表添加到中心,它将显示一个滚动条。首先阅读布局(大小、vflex 等),因为它们可能非常棘手。
并阅读此内容
Try to use the BorderLayout to lay your components. Add your list to the center and it will display a scroll bar. Read about layouts (size, vflex etc.) first because they can be really tricky.
And read this also