| ListViewExtras Class |
Namespace: ANDREICSLIB.ClassExtras
The ListViewExtras type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoResize |
resize all columns to best fit the header and the contents
| |
| AutoResizeListViewColumn | ||
| CopyClassToListView |
add a line item comparing the header text with the object field names
| |
| EnsureSubItemCount |
make the LVI subitem count match the column count
| |
| GetColumn | ||
| GetColumnNumber |
get the index of a column name
| |
| GetListViewItemRowValuesAndColumnName |
returns a tuple of column header name, and the row value for this LVI
| |
| GetObjectFromListViewItem | ||
| GetObjectsFromListViewItems | ||
| InitColumnHeaders(ListView, ListString) |
Initialise the columns to be those in a list of strings
| |
| InitColumnHeaders(ListView, Type) |
init the column headers from a class' public variables
| |
| SelectAllItems |
Select all the items in the list view
| |
| SetColumn | ||
| SubItemCollectionToRange | ||
| SwapIndicies |
swap two rows given by their index
|