Gets or sets a value that indicates whether the timeline is zoomed in and out when the end user rolls the mouse wheel while hovering the chart area of the control; by default it is set to true.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also