Click or drag to resize
ListViewExtras Methods

The ListViewExtras type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAutoResize
resize all columns to best fit the header and the contents
Private methodStatic memberAutoResizeListViewColumn
Public methodStatic memberCopyClassToListView
add a line item comparing the header text with the object field names
Public methodStatic memberEnsureSubItemCount
make the LVI subitem count match the column count
Public methodStatic memberGetColumn
Public methodStatic memberGetColumnNumber
get the index of a column name
Public methodStatic memberGetListViewItemRowValuesAndColumnName
returns a tuple of column header name, and the row value for this LVI
Public methodStatic memberGetObjectFromListViewItem
Public methodStatic memberGetObjectsFromListViewItems
Public methodStatic memberInitColumnHeaders(ListView, ListString)
Initialise the columns to be those in a list of strings
Public methodStatic memberInitColumnHeaders(ListView, Type)
init the column headers from a class' public variables
Public methodStatic memberSelectAllItems
Select all the items in the list view
Public methodStatic memberSetColumn
Private methodStatic memberSubItemCollectionToRange
Public methodStatic memberSwapIndicies
swap two rows given by their index
Top
See Also