Enum DefaultItemLayoutType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
C#Copypublic enum DefaultItemLayoutType : int
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. |