Tizen Native API
|
Dali::Toolkit::TableView::Property Struct Reference
An enumeration of properties belonging to the TableView class. More...
Public Types | |
enum |
Detailed Description
An enumeration of properties belonging to the TableView class.
LayoutRows: set the height of the rows. It has the format as follows in script:
"layout-rows": { "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 height of the rows. It has the format as follows in script:
"layout-columns": { "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 }
- Since :
- 2.4
Member Enumeration Documentation
anonymous enum |
- Enumerator:
ROWS type unsigned int
- Since :
- 2.4
COLUMNS type unsigned int
- Since :
- 2.4
CELL_PADDING type Vector2
- Since :
- 2.4
LAYOUT_ROWS type Map
- Since :
- 2.4
LAYOUT_COLUMNS type Map
- Since :
- 2.4