The members of System.Windows.Forms.ListView are listed below.
See Also: Inherited members from System.Windows.Forms.Control
ListView() |
Initializes a new instance of the System.Windows.Forms.ListView class. |
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. |
ArrangeIcons()
| ||
ArrangeIcons(ListViewAlignment)
| ||
AutoResizeColumn(int, ColumnHeaderAutoResizeStyle)
| ||
AutoResizeColumns(ColumnHeaderAutoResizeStyle)
| ||
BeginUpdate()
| ||
Clear()
| ||
EndUpdate()
| ||
EnsureVisible(int)
| ||
FindItemWithText(string)
| ||
FindItemWithText(string, bool, int)
| ||
FindItemWithText(string, bool, int, bool)
| ||
FindNearestItem(SearchDirectionHint, System.Drawing.Point)
| ||
FindNearestItem(SearchDirectionHint, int, int)
| ||
GetItemAt(int, int)
| ||
GetItemRect(int)
| ||
GetItemRect(int, ItemBoundsPortion)
| ||
HitTest(System.Drawing.Point)
| ||
HitTest(int, int)
| ||
RedrawItems(int, int, bool)
| ||
Sort()
| ||
override | ToString()
|
AfterLabelEdit |
Occurs when the label for an item is edited by the user. | |
BackgroundImageChanged | Documentation for this section has not yet been entered. | |
BackgroundImageLayoutChanged |
Occurs when the ListView.BackgroundImageLayout property changes. | |
BeforeLabelEdit |
Occurs when the user starts editing the label of an item. | |
CacheVirtualItems |
Occurs when the contents of the display area for a System.Windows.Forms.ListView in virtual mode has changed, and the System.Windows.Forms.ListView determines that a new range of items is needed. | |
ColumnClick |
Occurs when the user clicks a column header within the list view control. | |
ColumnReordered |
Occurs when the column header order is changed. | |
ColumnWidthChanged |
Occurs after the width of a column is successfully changed. | |
ColumnWidthChanging |
Occurs when the width of a column is changing. | |
DrawColumnHeader |
Occurs when the details view of a System.Windows.Forms.ListView is drawn and the ListView.OwnerDraw property is set to true. | |
DrawItem |
Occurs when a System.Windows.Forms.ListView is drawn and the ListView.OwnerDraw property is set to true. | |
DrawSubItem |
Occurs when the details view of a System.Windows.Forms.ListView is drawn and the ListView.OwnerDraw property is set to true. | |
ItemActivate |
Occurs when an item is activated. | |
ItemCheck |
Occurs when the check state of an item changes. | |
ItemChecked |
Occurs when the checked state of an item changes. | |
ItemDrag |
Occurs when the user begins dragging an item. | |
ItemMouseHover |
Occurs when the mouse hovers over an item. | |
ItemSelectionChanged |
Occurs when the selection state of an item changes. | |
PaddingChanged |
Occurs when the value of the ListView.Padding property changes. | |
Paint |
Occurs when the System.Windows.Forms.ListView control is painted. | |
RetrieveVirtualItem |
Occurs when the System.Windows.Forms.ListView is in virtual mode and requires a System.Windows.Forms.ListViewItem. | |
RightToLeftLayoutChanged |
Occurs when the value of the ListView.RightToLeftLayout property changes. | |
SearchForVirtualItem |
Occurs when the System.Windows.Forms.ListView is in virtual mode and a search is taking place. | |
SelectedIndexChanged |
Occurs when the ListView.SelectedIndices collection changes. | |
TextChanged |
Occurs when the ListView.Text property changes. | |
VirtualItemsSelectionRangeChanged |
Occurs when a System.Windows.Forms.ListView is in virtual mode and the selection state of a range of items has changed. |