|
Tizen Native API
5.0
|
Enumeration for the instance of properties belonging to the TableView class. More...
Public Types | |
| enum | |
| Enumeration for the instance of properties belonging to the TableView class. More... | |
Enumeration for the instance of properties belonging to the TableView class.
LayoutRows: set the height of the rows. It has the format as follows in script:
"layoutRows": { "0": { "policy": "fixed", "value": 40 }, //@see SetFixedHight "2": { "policy": "relative", "value": 0.33 }, //@see SetRelativeHeight "3": { "policy": "fit", "value":0.0 } //@see SetFitHeight, the value is not used, its height is decided by the children in this row }
LayoutColumns: set the width of the columns. It has the format as follows in script:
"layoutColumns": { "0": { "policy": "fixed", "value": 40 }, //@see SetFixedWidth "1": { "policy": "fit", "value":0.0 } //@see SetFitHeight, the value is not used, its width is decided by the children in this column "2": { "policy": "relative", "value": 0.33 } //@see SetRelativeWidth }
| anonymous enum |
Enumeration for the instance of properties belonging to the TableView class.
| ROWS |
name "rows", type unsigned int
|
| COLUMNS |
name "columns", type unsigned int
|
| CELL_PADDING |
name "cellPadding", type Vector2
|
| LAYOUT_ROWS |
name "layoutRows", type Map
|
| LAYOUT_COLUMNS |
name "layoutColumns", type Map
|