Version

HorizontalResizeMode Property

Returns or sets the manner in which the control reacts to changes in its width.
Syntax
'Declaration
 
Public Property HorizontalResizeMode As GanttViewHorizontalResizeMode
public GanttViewHorizontalResizeMode HorizontalResizeMode {get; set;}
Remarks

By default, resizing the control horizontally affects only the chart area; the grid area is "anchored", and the change in width is applied to the chart area. The HorizontalResizeMode property can be set to make the grid area respond to changes in width instead, or to maintain the ratio between the grid and chart areas.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also