'Declaration Public Enum UltraListViewStyle Inherits System.Enum
public enum UltraListViewStyle : System.Enum
Member | Description |
---|---|
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. |
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. |
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. |
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