Hi, Is is possible to set the background color of a cell to any color when the row is selected?
When selecting a row the background color of all the cells is blue (using row as selection mode). I would like to set one cell background color to red, green or any other color. I have attempted to use "CelHighlightColour" but that appears to apply to the grid and not the cells. Tried grid.SetCellBackgroundColour(0,1,wx.color(0,255,0)) also does not work. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
