Trying to color individual columns and the column argument for SetItemTextColour does not seem to be implemented. Is this true?
Is there a way to color cells or columns individually ? If you know a way to do the sam with wxlistctrl I would like to know as well. Thanks. Jeff wxTreeListCtrl::SetItemTextColour void SetItemTextColour (const wxTreeItemId& item, const wxColour& colour) void SetItemTextColour (const wxTreeItemId& item, int column, const wxColour& colour) Sets the colour of the item's or cell's text (foreground colour).