Search
DiagramView.SetAutoScroll Method
See Also
 





Sets a value indicating whether auto scrolling of the document area is enabled.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetAutoScroll (
    bool value
)

Visual Basic  Copy Code

Public Function SetAutoScroll( _
    value As Boolean _
) As DiagramView

 Parameters

value

 Return Value

 See Also