Search
DiagramView.HScrollBar Property
See Also
 





Gets the horizontal scrollbar of the view.

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

 Syntax

C#  Copy Code

public Control HScrollBar { get; }

Visual Basic  Copy Code

Public ReadOnly Property HScrollBar As Control

 Property Value

An instance of the .NET HScrollBar class.

 Remarks

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

 See Also