Scheduler for WPF
ChildrenFlowDirection プロパティ (AutoDistributionGrid)

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > AutoDistributionGrid クラス : ChildrenFlowDirection プロパティ
AutoDistributionGrid内の子要素の配置方向を決定する値を取得または設定します。デフォルト値は、 System.Windows.Controls.Orientation.Horizontalです。これは依存プロパティです。
シンタックス
'宣言
 
Public Property ChildrenFlowDirection As System.Windows.Controls.Orientation
public System.Windows.Controls.Orientation ChildrenFlowDirection {get; set;}
解説

ChildrenFlowDirectionSystem.Windows.Controls.Orientation.Horizontalに設定されている場合、子要素は行単位で配置されます。つまり、最初に1番目のグリッド行に、次に2番目の行に(左から右に)情報が挿入されます。

ChildrenFlowDirectionSystem.Windows.Controls.Orientation.Verticalに設定されている場合、子要素は列単位で配置されます。つまり、最初に1番目のグリッド列に、次に2番目の列に(上から下に)情報が挿入されます。

参照

AutoDistributionGrid クラス
AutoDistributionGrid メンバ