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