Skip to main content
Participating Frequently
November 4, 2013
Question

List with multiple column

  • November 4, 2013
  • 1 reply
  • 341 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

Ned Murphy
Legend
November 4, 2013

What I would usually do is create a movieclip/sprite that contains a row with every column in it (each column being a textfield).  Then pile up the rows one atop the other (using Actionscript) as they are populated with data.