Gets or sets a value that indicates whether TimelinePageFinish property is updated automatically according to the zoom level of the chart when scrolling using the mouse wheel, in order to keep the horizontal scroll bar thumb size constant when IsMouseWheelZoomEnabled is set to true. This is a dependency property.

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

Syntax

C#
public bool IsMouseWheelZoomEnabledUpdatingTimelinePage { get; set; }
Visual Basic (Declaration)
Public Property IsMouseWheelZoomEnabledUpdatingTimelinePage As Boolean

See Also