MindFusion.Wpf Pack Programmer's Guide
ContainerNode.ScrollX Property
See Also
 





Gets or sets the container's horizontal scroll position.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double ScrollX { get; set; }

Visual Basic  Copy Code

Public Property ScrollX As Double

 Property Value

double value specifying horizontal scroll offset.

 Remarks

ScrollX 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 ScrollX as a single operation, you will need to use composite undo commands.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
ScrollY Property
Scrollable Property