TableMajorAxis
Used by UITableLayout.MajorAxis to decide whether direct siblings are rows or columns.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
290 | RowMajor | 0 | The direct siblings are considered rows. | |
290 | ColumnMajor | 1 | The direct siblings are considered columns. |
Description
Used to indicate whether the direct siblings of a UITableLayout are considered the rows or the columns. The children of the direct siblings are the columns or rows, respectively.
History 3
- 290 Add RowMajor
- 290 Add ColumnMajor
- 290 Add TableMajorAxis