Gets or sets a value that indicates whether the timeline is automatically scrolled horizontally to the start time of a task when its associated grid row is clicked by the end user with the mouse; 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 IsGridRowClickTimeScrollingEnabled { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsGridRowClickTimeScrollingEnabled As Boolean

See Also