views:

339

answers:

1

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

+1  A: 

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.

haagmm
You mean undocumented ListField.setRowHeight(index,height)
Max Gontar
thanks braindead sometimes.
haagmm