Search
Scrollable.GetScrollbarLargeChange Method
See Also
 





Gets the amount to scroll by when the user clicks above or below the scrollbar thumb.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

float GetScrollbarLargeChange (
    bool vertical
)

Visual Basic  Copy Code

Function GetScrollbarLargeChange( _
    vertical As Boolean _
) As Single

 Parameters

vertical

true if scrolling using a vertical scrollbar, or false if horizontal one.

 Return Value

A float value specifying the amount to scroll.

 See Also