Enum ScrollBarVisibility
Enumerates conditions under which scroll bars will be visible.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public enum ScrollBarVisibility
Fields
| Name | Description |
|---|---|
| Always | Indicates that scroll bars will be visible, even when the content fits on the control. |
| Default | Indicates the default scroll bar behavior for the platform. |
| Never | Indicates that scroll bars are not visible, even if the content does not fit on the control. |