How does item renderer work? How do we add item renderer at runtime in flex?
Answer / Shiv Shambhu Kumar
An Item Renderer is a custom component used to define the appearance of individual items within data-driven UI components like List, DataGrid, and TileList. To create an Item Renderer, you extend the UIComponent class or implement the IItemRenderer interface. To add an item renderer at runtime, you can set the itemRenderer property of your data-driven component dynamically.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why are the columns in my datagrid in some strange order? : adobe flex action script
What is display object?
How binding works in mxml components in flex?
Explain about cairngorm architecture?
How will u call java method from flex?
What is the difference between target and current target?
Does exclude or exclude class really excludes the data or class?
Difference between array and array collection?
Explain how binding works in mxml components in flex?
What are three ways to skin a component in flex? : adobe flex action script
How do you implement push on a flex applications? : adobe flex action script
Ow binding works in mxml components in flex? : adobe flex action script