I need to implement custom ListField which has height variable for every each row. Selected row should has different height then other rows.
Asked
Active
Viewed 1,641 times
1 Answers
8
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
- 583
- 6
- 10
-
1You mean undocumented ListField.setRowHeight(index,height) – Maksym Gontar Apr 30 '10 at 13:17
-
Thanks for this. I'll tempt fate and make use of this (as I think the alternative is to build my own custom list control). – David Hay Jun 14 '12 at 20:39
-
be warned you can only have up to 255 pixels in row height. – haagmm Nov 16 '12 at 17:50