Class ScrollView
The ScrollView is a container that holds and clips a single object and allows you to scroll across it.
Inheritance
System.Object
ScrollView
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class ScrollView : ScrollableBase
Properties
HorizontalScrollBarVisibility
Gets or sets a value that controls when the horizontal scroll bar is visible.
Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
Type | Description |
---|---|
ScrollBarVisibility |
ScrollBound
Gets the current scroll bound.
Declaration
public Rect ScrollBound { get; }
Property Value
Type | Description |
---|---|
Rect |
ScrollOrientation
Gets or sets the scrolling direction of the ScrollView.
Declaration
public ScrollOrientation ScrollOrientation { get; set; }
Property Value
Type | Description |
---|---|
ScrollOrientation |
VerticalScrollBarVisibility
Gets or sets a value that controls when the vertical scroll bar is visible.
Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
Property Value
Type | Description |
---|---|
ScrollBarVisibility |