黑莓列表字段每行的高度可变?
我需要实现自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么你需要照照镜子并回答“未记录的方法可以吗?”
如果答案是肯定的,请使用“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.