- wxListCtrl
Default constructor.
- Arrange
Arranges the items in icon or small icon view.
- AssignImageList
Sets the image list associated with the control and takes ownership of it (i.e.
- ClearAll
Deletes all items and all columns.
- Create
Creates the list control.
- DeleteAllItems
Deletes all items in the list control.
- DeleteColumn
Deletes a column.
- DeleteItem
Deletes the specified item.
- EditLabel
Starts editing the label of the given item.
- EnsureVisible
Ensures this item is visible.
- FindItem
Find an item whose label matches this string, starting from start or the beginning if start is -1.
- GetColumn
Gets information about this column.
- GetColumnCount
Returns the number of columns.
- GetColumnWidth
Gets the column width (report view only).
- GetCountPerPage
Gets the number of items that can fit vertically in the visible area of the list control (list or report view) or the total number of items in the list control (icon or small icon view).
- GetEditControl
Returns the edit control being currently used to edit a label.
- GetImageList
Returns the specified image list.
- GetItem
Gets information about the item.
- GetItemBackgroundColour
Returns the colour for this item.
- GetItemCount
Returns the number of items in the list control.
- GetItemFont
Returns the item's font.
- GetItemPosition
Returns the position of the item, in icon or small icon view.
- GetItemRect
Returns the rectangle representing the item's size and position, in physical coordinates.
- GetItemSpacing
Retrieves the spacing between icons in pixels: horizontal spacing is returned as x component of the wxSize object and the vertical spacing as its y component.
- GetItemState
Gets the item state.
- GetItemText
Gets the item text for this item.
- GetItemTextColour
Returns the colour for this item.
- GetNextItem
Searches for an item with the given geometry or state, starting from item but excluding the item itself.
- GetSelectedItemCount
Returns the number of selected items in the list control.
- GetSubItemRect
Returns the rectangle representing the size and position, in physical coordinates, of the given subitem, i.e.
- GetTextColour
Gets the text colour of the list control.
- GetTopItem
Gets the index of the topmost visible item when in list or report view.
- GetViewRect
Returns the rectangle taken by all items in the control.
- InsertColumn
For report view mode (only), inserts a column.
- InsertItem
Inserts an item, returning the index of the new item if successful, -1 otherwise.
- OnGetItemAttr
This function may be overridden in the derived class for a control with wxLC_VIRTUAL style.
- OnGetItemColumnImage
Override this function in the derived class for a control with wxLC_VIRTUAL and wxLC_REPORT styles in order to specify the image index for the given line and column.
- OnGetItemImage
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style having an "image list" (see SetImageList(); if the control doesn't have an image list, it is not necessary to override it).
- OnGetItemText
This function must be overridden in the derived class for a control with wxLC_VIRTUAL style.
- RefreshItem
Redraws the given item.
- RefreshItems
Redraws the items between itemFrom and itemTo.
- ScrollList
Scrolls the list control.
- SetBackgroundColour
Sets the background colour.
- SetColumn
Sets information about this column.
- SetColumnWidth
Sets the column width.
- SetImageList
Sets the image list associated with the control.
- SetItem
Sets an item string field at a particular column.
- SetItemBackgroundColour
Sets the background colour for this item.
- SetItemColumnImage
Sets the image associated with the item.
- SetItemCount
This method can only be used with virtual list controls.
- SetItemData
Associates application-defined data with this item.
- SetItemFont
Sets the item's font.
- SetItemPosition
Sets the position of the item, in icon or small icon view.
- SetItemState
Sets the item state.
- SetItemText
Sets the item text for this item.
- SetItemTextColour
Sets the colour for this item.
- SetSingleStyle
Adds or removes a single window style.
- SetTextColour
Sets the text colour of the list control.
- SetWindowStyleFlag
Sets the whole window style, deleting all items.