Hello,
I am currently trying to work on a itemRenderer for the Flex Tree
component. Only I am having some trouble with it.
I would like to to hard-code the itemHeight of every item in the list.
My objective is to make an itemRenderer which
has a image item and a label and together with two 1px thick lines (on
the top and bottom). Only the problem is that
it looks clumsy somehow.
The problems I am experiencing is:
- The selection highlight indicator has disappeared
- The vertical alignment of the text and image box is odd
I am using the following code:
Does anyone know how I can make this using MXML?
Yours,
Weyert de Boer