Gets the element displaying the vertical scroll bar of the Gantt Chart.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public ScrollBar VerticalScrollBar { get; }
Visual Basic (Declaration)
Public ReadOnly Property VerticalScrollBar As ScrollBar

See Also