Version

ItemAlignment Enumeration

Enumeration which contains constants for the UltraListViewIconicViewSettingsBase object's UltraListViewIconicViewSettingsBase.Alignment property.
Syntax
'Declaration
 
Public Enum ItemAlignment 
   Inherits System.Enum
public enum ItemAlignment : System.Enum 
Members
MemberDescription
LeftToRightItems are laid out from left to right, starting at the top of the control; when the available horizontal space for the current row is exhausted, positioning continues on the next row.
TopToBottomItems are laid out from top to bottom, starting at the left edge of the control; when the available vertical space for the current column is exhausted, positioning continues on the next column.
Requirements

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

See Also