Archive for August 8th, 2008

08
Aug

Setting a specific number of rows in a TileList control in Flex

In a previous example, “Setting a specific number of columns in a TileList control in Flex”, we saw how to resize a TileList control based on a specific number of columns by setting the columnCount property.

The following example shows how you can resize a Flex TileList control to a certain number of rows by setting the rowCount property in MXML or ActionScript.

Full code after the jump.

Continue reading ‘Setting a specific number of rows in a TileList control in Flex’