shkaffy
shkaffy

Reputation: 71

Blackberry Listfield with variable height for each row?

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

Upvotes: 4

Views: 1644

Answers (1)

haagmm
haagmm

Reputation: 593

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.

Upvotes: 8

Related Questions