diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index b3caa95761..17420746fc 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -1038,6 +1038,10 @@ public: Note that the wxWindow::GetBackgroundColour() function of wxWindow base class can be used to retrieve the current background colour. + + @note If alternate row colouring is enabled, then call + EnableAlternateRowColours() again after changing the background colour. This + will update the alternate row color to match the new background colour. */ virtual bool SetBackgroundColour(const wxColour& col);