Enum ScrollToPosition
Enumerates values that describe a scroll request.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public enum ScrollToPosition
Fields
Name | Description |
---|---|
Center | Scroll to the center of a list. |
End | Scroll to the end of a list. |
MakeVisible | Scroll to make a specified list item visible. |
Start | Scroll to the start of a list. |