Search
ContainerNode.ScrollY Property
See Also
 





Gets or sets the container's vertical scroll position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double ScrollY { get; set; }

Visual Basic  Copy Code

Public Property ScrollY As Double

 Property Value

A float value specifying vertical scroll offset.

 Remarks

ScrollY is one of the few properties that automatically create a record in the undo history. If you need to undo a sequence of property changes that includes ScrollY as a single operation, you will need to use composite undo commands.

 See Also