Version

AutoArrangeCells Enumeration

Determines how the cells laid out when generating item and label styles
Syntax
'Declaration
 
Public Enum AutoArrangeCells 
   Inherits System.Enum
public enum AutoArrangeCells : System.Enum 
Members
MemberDescription
DefaultEither LeftToRight or TopToBottom based on the panel type
LeftToRightAutomatically flow the cells left to right first then top to bottom ignoring FieldItem.Row and FieldItem.Column settings.
NeverUse each Field's explicit FieldItem.Row and FieldItem.Column settings only. Ignore FieldLayoutSettings.AutoArrangeMaxRows, FieldLayoutSettings.AutoArrangeMaxColumns and FieldLayoutSettings.AutoArrangePrimaryFieldReservation settings.
TopToBottomAutomatically flow the cells top to bottom first then left to right ignoring FieldItem.Row and FieldItem.Column settings.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also