Class ScrollViewExtensions
Inheritance
System.Object
ScrollViewExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public static class ScrollViewExtensions
Methods
GetScrollBound(NUI.Components.ScrollableBase)
Declaration
public static Rect GetScrollBound(this NUI.Components.ScrollableBase view)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.Components.ScrollableBase | view |
Returns
Type | Description |
---|---|
Rect |
SetScrollOrientation(NUI.Components.ScrollableBase, ScrollOrientation)
Declaration
public static void SetScrollOrientation(this NUI.Components.ScrollableBase view, ScrollOrientation orientation)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.Components.ScrollableBase | view | |
ScrollOrientation | orientation |