The View property provides a way for the end developer to change the way items are presented to the end user. The following table lists each setting for the View property, along with a brief description:
Value | Description |
---|---|
Details | Items are displayed in a grid-like fashion; headers are displayed for the MainColumn and each visible member of the SubItemColumns collection, with the item's value being displayed under the MainColumn, and each UltraListViewSubItem value being displayed under the header of the corresponding UltraListViewSubItemColumn. |
List | Items are displayed as an image, along with the item's UltraListViewItemBase.Text. Items are positioned from top to bottom, wrapping to a new column when the available vertical space is exhausted. Note: The UltraListView control can emulate a standard .NET ListBox control by setting the MultiColumn property to false when the View property is set to 'List'. Sub-items are not displayed in the 'List' view. |
Icons | Items are displayed as an image, along with the item's UltraListViewItemBase.Text underneath. The way items are positioned is dependent on the value of the Alignment property. Sub-items are not displayed in the 'Icons' view. |
Tiles | Items are displayed as an image, along with the item's UltraListViewItemBase.Text to the right of the image. The way items are positioned is dependent on the value of the Alignment property. Sub-item values are displayed underneath the item's value in the 'Tiles' view. |
Thumbnails | Items are displayed as an image in a large bordered square, along with the item's UltraListViewItemBase.Text underneath. The way items are positioned is dependent on the value of the Alignment property. Sub-item values are not displayed in the 'Thumbnails' view. |
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