Version

UltraListViewStyle Enumeration

Enumeration which contains constants for the UltraListView control's UltraListView.View property.
Syntax
'Declaration
 
Public Enum UltraListViewStyle 
   Inherits System.Enum
public enum UltraListViewStyle : System.Enum 
Members
MemberDescription
DetailsEach item is displayed on a separate line. A header is displayed for each of the visible columns. The Value property of each sub-item is displayed under the column which defines that sub-item.
IconsOnly the main sub-item's (the sub-item whose column is assigned to the control's 'MainColumn' property) text is displayed. Text appears by default under the image.
ListOnly the item's value is displayed. Text appears by default to the right of the image.
ThumbnailsOnly the item's value is displayed. Text appears by default under the image. Selection is depicted by a 3-pixel thick border around the image area.
TilesThe item's value is displayed on the topmost line; subsequent lines are displayed for sub-items whose associated column's VisibleInTilesView property resolves to true, in a different color. Text appears by default to the right of the image.
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