Skip to main content
Participating Frequently
November 4, 2013
Question

List with multiple column

  • November 4, 2013
  • 1 reply
  • 1133 views

hello all ,

how to create a list with multiple columns ? can anyone share some examples or code snippets

This topic has been closed for replies.

1 reply

Inspiring
November 7, 2013
Inspiring
November 8, 2013

Your post didn't mention anything about Flex but your username does. Are you looking to do this with Flex, and existing component, or from scratch? Phonefusionryan posted a link to the Flash DataGrid component, and Flex has DataGrids too:

MX (old) DataGrid - http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/DataGrid.html

Spark (new) DataGrid - http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/DataGrid.html

Making a DataGrid from scratch ranges from not too hard to very hard, depending on how many grid-like features you want (resizable and sortable columns? optimized viewport rendering and item recycling? variable row heights? etc, etc...)

-Aaron