Change the height of a list item when it's in edit mode
Posted
by toby
on Stack Overflow
See other posts from Stack Overflow
or by toby
Published on 2009-03-18T23:45:03Z
Indexed on
2010/03/31
5:03 UTC
Read the original article
Hit count: 334
flex
|actionscript
I have custom list item renderers and editors for a List control. I need for the editor to have a greater height then the renderer, i.e., the row should expand(in height) when it goes into edit mode. However, even when the list's variableRowHeight is set to true, it doesn't do what I want: the height seems to be based on the height of the renderer only, not the editor. Is there any way to do what I want?
© Stack Overflow or respective owner