ASP.NET Pack Programmer's Guide
DiagramView.ScrollX Property
See Also
 





Gets or sets the document's X scroll position.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public float ScrollX { get; set; }

Visual Basic  Copy Code

Public Property ScrollX As Single

 Property Value

The new X scroll position in millimeters.

 Remarks

Use the property to set where the horizontal scroll bar should be positioned. Default value is 0 for example in the corner.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace