Search
DiagramView.VScrollBar Property
See Also
 





Gets the vertical scrollbar of the control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Control VScrollBar { get; }

Visual Basic  Copy Code

Public ReadOnly Property VScrollBar As Control

 Property Value

An instance of the .NET VScrollBar class.

 Remarks

To ensure that the scroll bar is visible, enable the view's ShowScrollbars property.

 See Also