Specifies how list items are displayed in a System.Windows.Forms.ListView control.
Use the members of this enumeration to set the value of the ListView.View property of the System.Windows.Forms.ListView control.
Member Name | Description |
---|---|
Details |
Each item appears on a separate line with further information about each item arranged in columns. The left-most column contains a small icon and label, and subsequent columns contain sub items as specified by the application. A column displays a header which can display a caption for the column. The user can resize each column at run time. |
LargeIcon |
Each item appears as a full-sized icon with a label below it. |
List |
Each item appears as a small icon with a label to its right. Items are arranged in columns with no column headers. |
SmallIcon |
Each item appears as a small icon with a label to its right. |
Tile |
Each item appears as a full-sized icon with the item label and subitem information to the right of it. The subitem information that appears is specified by the application. This view is available only on Windows XP and the Windows Server 2003 family. On earlier operating systems, this value is ignored and the System.Windows.Forms.ListView control displays in the View.LargeIcon view. |