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. Check docs for TileList class's justifyColumns and justifyRows and orientation properties.
Actual Results:
justifyColumns -> Supported values are "none", "gapSize", "columnSize".
justifyRows -> Supported values are "none", "gapSize", "rowSize".
orientation -> Supported values are "rows", "columns".
Expected Results:
We should have classes with static consts for these values.
Workaround (if any):
n/a