The properties of System.Windows.Forms.ListView are listed below. For a list of all members, see the ListView Members list.
See Also: Inherited members from System.Windows.Forms.Control
Activation | ItemActivation.
Gets or sets the type of action the user must take to activate an item. | |
Alignment | ListViewAlignment.
Gets or sets the alignment of items in the control. | |
AllowColumnReorder | bool.
Gets or sets a value indicating whether the user can drag column headers to reorder columns in the control. | |
AutoArrange | bool.
Gets or sets whether icons are automatically kept arranged. | |
override | BackColor | System.Drawing.Color.
Gets or sets the background color. |
BackgroundImage | System.Drawing.Image. Documentation for this section has not yet been entered. | |
override | BackgroundImageLayout | ImageLayout.
Gets or sets an System.Windows.Forms.ImageLayout value. |
BackgroundImageTiled | bool.
Gets or sets a value indicating whether the background image of the System.Windows.Forms.ListView should be tiled. | |
BorderStyle | BorderStyle.
Gets or sets the border style of the control. | |
CheckBoxes | bool.
Gets or sets a value indicating whether a check box appears next to each item in the control. | |
[read-only] | CheckedIndices | ListView.CheckedIndexCollection.
Gets the indexes of the currently checked items in the control. |
[read-only] | CheckedItems | ListView.CheckedListViewItemCollection.
Gets the currently checked items in the control. |
[read-only] | Columns | ListView.ColumnHeaderCollection.
Gets the collection of all column headers that appear in the control. |
FocusedItem | ListViewItem.
Gets or sets the item in the control that currently has focus. | |
override | ForeColor | System.Drawing.Color.
Gets or sets the foreground color. |
FullRowSelect | bool.
Gets or sets a value indicating whether clicking an item selects all its subitems. | |
GridLines | bool.
Gets or sets a value indicating whether grid lines appear between the rows and columns containing the items and subitems in the control. | |
[read-only] | Groups | ListViewGroupCollection.
Gets the collection of System.Windows.Forms.ListViewGroup objects assigned to the control. |
HeaderStyle | ColumnHeaderStyle.
Gets or sets the column header style. | |
HideSelection | bool.
Gets or sets a value indicating whether the selected item in the control remains highlighted when the control loses focus. | |
HotTracking | bool.
Gets or sets a value indicating whether the text of an item or subitem has the appearance of a hyperlink when the mouse pointer passes over it. | |
HoverSelection | bool.
Gets or sets a value indicating whether an item is automatically selected when the mouse pointer remains over the item for a few seconds. | |
[read-only] | InsertionMark | ListViewInsertionMark.
Gets an object used to indicate the expected drop location when an item is dragged within a System.Windows.Forms.ListView control. |
[read-only] | Items | ListView.ListViewItemCollection.
Gets a collection containing all items in the control. |
LabelEdit | bool.
Gets or sets a value indicating whether the user can edit the labels of items in the control. | |
LabelWrap | bool.
Gets or sets a value indicating whether item labels wrap when items are displayed in the control as icons. | |
LargeImageList | ImageList.
Gets or sets the System.Windows.Forms.ImageList to use when displaying items as large icons in the control. | |
ListViewItemSorter | IComparer.
Gets or sets the sorting comparer for the control. | |
MultiSelect | bool.
Gets or sets a value indicating whether multiple items can be selected. | |
OwnerDraw | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ListView control is drawn by the operating system or by code that you provide. | |
Padding | Padding.
Gets or sets the space between the System.Windows.Forms.ListView control and its contents. | |
RightToLeftLayout | bool.
Gets or sets a value indicating whether the control is laid out from right to left. | |
Scrollable | bool.
Gets or sets a value indicating whether a scroll bar is added to the control when there is not enough room to display all items. | |
[read-only] | SelectedIndices | ListView.SelectedIndexCollection.
Gets the indexes of the selected items in the control. |
[read-only] | SelectedItems | ListView.SelectedListViewItemCollection.
Gets the items that are selected in the control. |
ShowGroups | bool.
Gets or sets a value indicating whether items are displayed in groups. | |
ShowItemToolTips | bool.
Gets or sets a value indicating whether ToolTips are shown for the System.Windows.Forms.ListViewItem objects contained in the System.Windows.Forms.ListView. | |
SmallImageList | ImageList.
Gets or sets the System.Windows.Forms.ImageList to use when displaying items as small icons in the control. | |
Sorting | SortOrder.
Gets or sets the sort order for items in the control. | |
StateImageList | ImageList.
Gets or sets the System.Windows.Forms.ImageList associated with application-defined states in the control. | |
override | Text | string.
This property is not relevant for this class. |
TileSize | System.Drawing.Size.
Gets or sets the size of the tiles shown in tile view. | |
TopItem | ListViewItem.
Gets or sets the first visible item in the control. | |
UseCompatibleStateImageBehavior | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ListView uses state image behavior that is compatible with the dnprdnshort 1.1 or the dnprdnshort 2.0. | |
View | View.
Gets or sets how items are displayed in the control. | |
VirtualListSize | int.
Gets or sets the number of System.Windows.Forms.ListViewItem objects contained in the list when in virtual mode. | |
VirtualMode | bool.
Gets or sets a value indicating whether you have provided your own data-management operations for the System.Windows.Forms.ListView control. |
[read-only] override | CreateParams | CreateParams.
This property is not relevant for this class. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |
override | DoubleBuffered | bool.
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. |