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

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > AutoDistributionGrid クラス : ChildrenFlowDirection プロパティ
Gets or sets a value that determines a flow direction of child elements in the AutoDistributionGrid. The default value is System.Windows.Controls.Orientation.Horizontal. This is a dependency property.
シンタックス
'宣言
 
Public Property ChildrenFlowDirection As System.Windows.Controls.Orientation
public System.Windows.Controls.Orientation ChildrenFlowDirection {get; set;}
解説

If ChildrenFlowDirection is set to System.Windows.Controls.Orientation.Horizontal, child elements are distributed row by row, that is a first grid row is filled first (in the left to right direction), then the second row, and so on.

If ChildrenFlowDirection is set to System.Windows.Controls.Orientation.Vertical, child elements are distributed column by column, that is a first grid column is filled first (in the top to bottom direction), then the second column, and so on.

参照

AutoDistributionGrid クラス
AutoDistributionGrid メンバ