| ArrangeIcons()
Arranges items in the control when they are displayed as icons based on the value of the ListView.Alignment property.
|
| ArrangeIcons(ListViewAlignment)
Arranges items in the control when they are displayed as icons with a specified alignment setting.
|
| AutoResizeColumn(int, ColumnHeaderAutoResizeStyle)
Resizes the width of the given column as indicated by the resize style.
|
| AutoResizeColumns(ColumnHeaderAutoResizeStyle)
Resizes the width of the columns as indicated by the resize style.
|
| BeginUpdate()
Prevents the control from drawing until the ListView.EndUpdate method is called.
|
| Clear()
Removes all items and columns from the control.
|
| EndUpdate()
Resumes drawing of the list view control after drawing is suspended by the ListView.BeginUpdate method.
|
| EnsureVisible(int)
Ensures that the specified item is visible within the control, scrolling the contents of the control if necessary.
|
| FindItemWithText(string) : ListViewItem
Finds the first System.Windows.Forms.ListViewItem that begins with the specified text value.
|
| FindItemWithText(string, bool, int) : ListViewItem
Finds the first System.Windows.Forms.ListViewItem or System.Windows.Forms.ListViewItem.ListViewSubItem, if indicated, that begins with the specified text value. The search starts at the specified index.
|
| FindItemWithText(string, bool, int, bool) : ListViewItem
Finds the first System.Windows.Forms.ListViewItem or System.Windows.Forms.ListViewItem.ListViewSubItem, if indicated, that begins with the specified text value. The search starts at the specified index.
|
| FindNearestItem(SearchDirectionHint, System.Drawing.Point) : ListViewItem
Finds the next item from the given point, searching in the specified direction
|
| FindNearestItem(SearchDirectionHint, int, int) : ListViewItem
Finds the next item from the given x- and y-coordinates, searching in the specified direction.
|
| GetItemAt(int, int) : ListViewItem
Retrieves the item at the specified location.
|
| GetItemRect(int) : System.Drawing.Rectangle
Retrieves the bounding rectangle for a specific item within the list view control.
|
| GetItemRect(int, ItemBoundsPortion) : System.Drawing.Rectangle
Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.
|
| HitTest(System.Drawing.Point) : ListViewHitTestInfo
Provides item information, given a point.
|
| HitTest(int, int) : ListViewHitTestInfo
Provides item information, given x- and y-coordinates.
|
| RedrawItems(int, int, bool)
Forces a range of System.Windows.Forms.ListViewItem objects to be redrawn.
|
| Sort()
Sorts the items of the list view.
|
override | ToString() : string
Returns a string representation of the System.Windows.Forms.ListView control.
|