Gets or sets whether or not this DiagramSurface uses smart scrolling. Smart scrolling allows the viewport of the DiagramScrollViewer to be dynamically updated when an element is moved or sized of the screen. This is a dependency property.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsSmartScrollingEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsSmartScrollingEnabled As Boolean

Remarks

Dependency Property Information
Identifier fieldIsSmartScrollingEnabledProperty
Metadata properties set to trueNone

See Also