Blackberry Listfield with variable height for each row?

半腔热情 提交于 2019-12-19 04:07:49

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/2737643/blackberry-listfield-with-variable-height-for-each-row

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!