黑莓列表字段每行的高度可变?

发布于 2024-08-30 08:55:03 字数 54 浏览 8 评论 0原文

我需要实现自定义 ListField,它的每一行都有高度变量。 所选行的高度应与其他行不同。

I need to implement custom ListField which has height variable for every each row.
Selected row should has different height then other rows.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

何以畏孤独 2024-09-06 08:55:03

那么你需要照照镜子并回答“未记录的方法可以吗?”

如果答案是肯定的,请使用“ListField.setRowHeight(index,height)”,这至少在 4.2.1 4.7 和 5.0 中可用。

希望有帮助。

Well you need to look your self in the mirror and answer "Are Undocumented Methods OK?"

if the answer is yes use "ListField.setRowHeight(index,height)" this is available in 4.2.1 4.7 and 5.0 atleast.

hope that helps.

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