Infragistics2.Win.UltraWinListView.v8.1
UltraListViewStyle Enumeration
See Also  
Infragistics.Win.UltraWinListView Namespace : UltraListViewStyle Enumeration

Enumeration which contains constants for the UltraListView control's UltraListView.View property.

Syntax

Visual Basic (Declaration) 
Public Enum UltraListViewStyle 
   Inherits Enum
C# 
public enum UltraListViewStyle : Enum 

Members

MemberDescription
Details Each 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.
Icons Only 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.
List Only the item's value is displayed. Text appears by default to the right of the image.
Tiles The 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.
Thumbnails Only 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.

See Also