C1.WPF.Schedule Namespace > AutoDistributionGrid Class : ChildrenFlowDirection Property |
'Declaration
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.
Target Platforms: Windows 7, 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