Search
Scrollable.UpdateScrollPosition Method
See Also
 





Updates the node's scroll position from scrollbar's value.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

void UpdateScrollPosition (
    float newValue,
    bool vertical
)

Visual Basic  Copy Code

Sub UpdateScrollPosition( _
    newValue As Single, _
    vertical As Boolean _
)

 Parameters

newValue

A float value specifying scroll offset.

vertical

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

 See Also