AnimationKit.Scrollable

This is an interface that can be implemented by custom classes which can be scrolled. It allows the class to be animated with the AnimationKit.ScrollTask class.

Interface Methods

Function ScrollMaximum () As Double

Return the current maximum scroll value.

Sub ScrollMaximum (Assigns Value As Double)

Set the new maximum scroll value.

Function ScrollMinimum () As Double

Return the current minimum scroll value.

Sub ScrollMinimum (Assigns Value As Double)

Set the new minimum scroll value.

Function ScrollPosition () As Double

Return the current scroll position.

Sub ScrollPosition (Assigns Value As Double)

Set the new scroll position.

See Also

AnimationKit.ScrollTask