Frage

I have a flex application with a datagrid created dynamically. Also this datagrid is populated dynamically and some columns must show images. The number of images in each cell is variable and depends on user selection.

I am not sure how I manage this. Should I assign an Item Renderer to those columns with a TileList and then add images to it when the user changes its selection? If so, please tell me how.

War es hilfreich?

Lösung

I can manage it using a ItemRenderer with a TileList. then I pass the result data as a itemrenderer parameter. Thanks!

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top