Skip to main content
Version: 3.5

View

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies how list items are displayed in a ListView control.

public enum View : Enum

Fields

NameDescription
DetailsEach 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.
LargeIconEach item appears as a full-sized icon with a label below it.
SmallIconEach item appears as a small icon with a label to its right.
TileEach item appears as a full-sized icon with the item label and sub item information below the label. Items wrap to a new line from left to right.

Used By

NameDescription
ListViewComboBox.ViewReturns or sets how items are displayed in the control.
ListView.ViewReturns or sets how items are displayed in the control.