Blackberry Listfield with variable height for each row?

后端 未结 1 1710
自闭症患者
自闭症患者 2021-01-06 05:20

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

1条回答
  •  被撕碎了的回忆
    2021-01-06 06:03

    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.

    0 讨论(0)
提交回复
热议问题