Wimark.Controls Class Library  

View Enumeration

Specifies how list items are displayed in a ListView control.

[Visual Basic]
<Serializable>
Public Enum View
[C#]
[Serializable]
public enum View
[C++]
[Serializable]
__value public enum View

Members

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 runtime.
List Each item appears as a small icon with a label to its right. Items are arranged in columns with no column headers.
Thumbnails Each item appears as a tumbnail, drawn by the applikation, with a label below it.
LargeIcon Each item appears as a full-sized icon with a label below it.
Tile Each item appears as a full-sized icon with the item label and subitem information to the right of it.

Requirements

Namespace: Wimark.Controls

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: Wimark.Controls (in Wimark.Controls.dll)

See Also

Wimark.Controls Namespace | ListView