ScrollableGoto Class
Scrolls a ScrollView to a given position when triggered.
Note that this action is deprecated, you should now use ScrollTo instead.
Location
- Namespace
- Fuse.Gestures
- Package
- Fuse.Controls.ScrollView 2.9.1
Interface of ScrollableGoto
Inherited from ScrollTo
How : ScrollToHow ux
Position : float2 ux
The absolute position to scroll to, in points.
RelativePosition : float2 ux
Target : ScrollView ux
The ScrollView to perform the scrolling on.
Inherited from TriggerAction
AtProgress : float ux
Delay : float ux
The number of seconds after the start of the trigger that the action should be performed.
Direction : TriggerWhen ux
IsActive : bool ux
IsProgressTriggered : bool uno
OnUnrooted uno
Perform(Node) uno
PerformFromNode(Node) uno
ProgressWhen(float) : float uno
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
TargetNode : Node ux
Unroot uno
When : TriggerWhen ux
Inherited from PropertyObject
AddPropertyListener(IPropertyListener) uno
OnPropertyChanged(Selector, IPropertyListener) uno
OnPropertyChanged(Selector) uno
RemovePropertyListener(IPropertyListener) uno
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Attached UX Attributes
GlobalKey (attached by Resource) : string ux
Implemented Interfaces
ISourceLocation uno
hide