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
2010-04-29 21:12:57
You mean undocumented ListField.setRowHeight(index,height)
Max Gontar
2010-04-30 13:17:16
thanks braindead sometimes.
haagmm
2010-04-30 14:20:40