ScrollPosition Property (FlexScrollBar)

Action

Gets the number that represents the current scroll position.

The value is between minScrollPosition and maxScrollPosition inclusively.

The default value is 0.

Syntax

C#
protected Double scrollPosition { get; }
VB
'Declaration
Protected Read Property scrollPosition As Double

Access

Read only.