Version

GanttViewHorizontalResizeMode Enumeration

Constants which determine how the control reacts to changes in its overall width.
Syntax
'Declaration
 
Public Enum GanttViewHorizontalResizeMode 
   Inherits System.Enum
public enum GanttViewHorizontalResizeMode : System.Enum 
Members
MemberDescription
AnchorChartThe width of the chart area of the control remains constant unless directly changed programmatically or by dragging the vertical splitter. The width of the grid area changes when the width of the control is changed.
AnchorGridThe width of the grid area of the control remains constant unless directly changed programmatically or by dragging the vertical splitter. The width of the chart area changes when the width of the control is changed.
ProportionalThe width of both the grid and chart areas of the control remain proportional as the width of the control changes.
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