Tizen Native API
Dali::Toolkit::DefaultItemLayout Namespace Reference

Default item layout mode. More...

Functions

ItemLayoutPtr New (Type type)
 Creates a built-in default item-layout.

Enumerations

enum  Type

Detailed Description

Default item layout mode.

Since :
2.4

Enumeration Type Documentation

Enumerator:
DEPTH 

Items arranged in a grid, scrolling along the Z-Axis.

Since :
2.4
GRID 

Items arranged in a grid, scrolling along the Y-Axis.

Since :
2.4
LIST 

One item per line, scrolling along the Y-Axis.

Since :
2.4
SPIRAL 

Items arranged in a spiral, centered around the Y-Axis.

Since :
2.4

Function Documentation

Creates a built-in default item-layout.

Since :
2.4
Parameters:
[in]typeThe type of layout required.
Returns:
An ItemLayoutPtr to the newly created layout