[flexcoders] How to create a n * n grid dynamically (not datagrid)

2008-06-17 Thread pbrendanc
Hi, I'm new to this group and just started learning Flex 3. I want to try creating/adding a grid with a variable (user specified) # of cells. SO the grid size is defined at run time. Scenario is : User selects grid size (2x2; 3x3 etc) from combo box and corresponding grid is displayed - also

Re: [flexcoders] How to create a n * n grid dynamically (not datagrid)

2008-06-17 Thread Josh McDonald
Look into Grid, GridRow, etc. These can be created at run-time. But depending on what you're actually trying to do, you may be better suited with the Tile component. -Josh On Wed, Jun 18, 2008 at 1:36 PM, pbrendanc [EMAIL PROTECTED] wrote: Hi, I'm new to this group and just started learning