Gets or sets whether the DiagramScrollViewer is permitted to display scroll bars. The default is true. This is a dependency property.

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

Syntax

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

Remarks

Dependency Property Information
Identifier fieldCanShowScrollBarsProperty
Metadata properties set to trueNone

See Also