ComponentOne Scheduler for WPF and Silverlight
ChildrenFlowDirection Property

C1.WPF.Schedule Namespace > AutoDistributionGrid Class : ChildrenFlowDirection Property
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.
Syntax
'Declaration
 
Public Property ChildrenFlowDirection As System.Windows.Controls.Orientation
public System.Windows.Controls.Orientation ChildrenFlowDirection {get; set;}
Remarks

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.

See Also

Reference

AutoDistributionGrid Class
AutoDistributionGrid Members