Enum ListViewView
Specifies how list items are displayed in a list view control.
public enum ListViewView
Fields
Details = 1
Each item appears on a separate line with further information about each item arranged in columns. The left-most column can contain an optional small icon. A column can display a header with a caption for the column. The user can resize each column.
LargeIcon = 3
Each item appears as a full-sized icon with a text label.
List = 0
Each item appears as a text label with an optional icon. Items are arranged in columns with no column headers. Columns are computed automatically.
SmallIcon = 2
Each item appears as a small icon with a text label.