可滚动列表框

发布于 2024-12-28 18:41:01 字数 92 浏览 0 评论 0原文

我想在滚动时查看列表框的项目,在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怼怹恏 2025-01-04 18:41:01

尝试使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文