Enum CollectionView.ItemScrollTo

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

Align item in the viewport when ScrollTo() calls.

C#
Copy
public enum ItemScrollTo
Name Description
Center

Scroll to show item in center of the viewport.

End

Scroll to show item in end of the viewport.

Nearest

Scroll to show item in nearest viewport on scroll direction. item is above the scroll viewport, item will be came into front, item is under the scroll viewport, item will be came into end, item is in the scroll viewport, no scroll.

Start

Scroll to show item in start of the viewport.