MindFusion WinForms Programmer's Guide
DiagramView.ScrollY Property
See Also
 





Gets or sets the vertical scroll position of the document.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public float ScrollY { get; set; }

Visual Basic  Copy Code

Public Property ScrollY As Single

 Property Value

A float value specifying the new vertical scroll position in the current units of measure. The default is 0, indicating the top corner.

 Remarks

Use the property to set where the vertical scroll bar should be positioned.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WinForms Namespace
ShowScrollbars Property
ScrollX Property
ScrollTo Method