バージョン

AutoAdjustDimensions プロパティ

CalendarBase を整列するために使用されたサイズに基づいて、コントロールが自動的にカレンダーのサイズを計算し、変更するかどうかを取得または設定します。
シンタックス
'宣言
 
Public Property AutoAdjustDimensions As Boolean
public bool AutoAdjustDimensions {get; set;}
解説

AutoAdjustDimensions プロパティは、CalendarBase のテンプレート内の Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel で使用されます。Infragistics.Controls.Editors.Primitives.CalendarDimensions で指定されたグループが使用できるスペースの量以上がある場合、自動的に追加の Infragistics.Controls.Editors.Primitives.CalendarItemGroup インスタンスを生成するかどうかを示します。

Infragistics.Controls.Editors.Primitives.CalendarItemGroupPanel を含まないように CalendarBase を再テンプレートする場合、このプロパティはコントロールの表示に影響されません。

参照