Gets or sets the minimum value to constrain column widths in the control to, when AllowUserToResizeColumns is set to true; by default it is set to 32; this value is overriden by individual MinWidth values, when set.

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

Syntax

C#
public virtual double MinColumnWidth { get; set; }
Visual Basic (Declaration)
Public Overridable Property MinColumnWidth As Double

See Also