Enum DefaultItemLayoutType
Definition
- Assembly:
- Tizen.NUI.dll
public enum DefaultItemLayoutType
Fields
| Name | Description |
|---|---|
| DEPTH | Items arranged in a grid, scrolling along the Z-Axis. |
| GRID | Items arranged in a grid, scrolling along the Y-Axis. |
| LIST | One item per line, scrolling along the Y-Axis. |
| SPIRAL | Items arranged in a spiral, centered around the Y-Axis. |