Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Use the test app. to create 19 rect(20,20) items.
2. Set orientation to columns.
3. Set rowCount to 3. Note that the columnCount is automatically set to 7.
4. Uncheck the checkbox for columnCount, then decrease it to 6. Note the change in the TileLayout.
5. Increase the columnCount to 7.
Actual Results:
The TileLayout still displays 6 columns.
Expected Results:
It should display 7.
Workaround (if any):
Increase columnCount to 8, then decrease it to 7.