Gets the vertical scrollbar of the control.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Control VScrollBar { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property VScrollBar As Control |
An instance of the .NET VScrollBar class.
RemarksTo ensure that the scroll bar is visible, enable the view's ShowScrollbars property.
See Also