Version

AutoAdjustDimensions Property

Returns or sets whether the control should automatically calculate and change the calendar dimensions based on the size used to arrange the CalendarBase.
Syntax
'Declaration
 
Public Property AutoAdjustDimensions As Boolean
public bool AutoAdjustDimensions {get; set;}
Remarks

The AutoAdjustDimensions property is used by the Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel within the template of the CalendarBase that indicates whether it should automatically generate additional Infragistics.Controls.Editors.Primitives.CalendarItemGroup instances when it has more space available than can be used by the groups specified by the Infragistics.Controls.Editors.Primitives.CalendarDimensions.

If you retemplate the CalendarBase such that it does not contain a Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel, this property will not affect the display of the control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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