Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Set a Group's height to 100 and give it a TileLayout.
2. Add six Rect items, each 25x25.
3. Increase the columnWidth to 100.
Actual Results:
The Group gets wider. The width is 206 and the height is 100.
Expected Results:
Since a goal is to be as square as possible, it should have one column, create a vertical scrollbar and have a width and height of 100.
Workaround (if any):