Is there any way to remove the blue (at least its blue on WinXP) cursor rectangle that outlines the cell at the
location of the grid cursor? There
are methods to change the appearance of the selected cells like SetSelectionBackground but there doesn’t seem to be
any way to get rid of the cursor rectangle (or change its color to white).
Zatz, Steve wrote:
Is there any way to remove the blue (at least its blue on WinXP) cursor rectangle that outlines the cell at the location of the grid cursor? There are methods to change the appearance of the selected cells like SetSelectionBackground but there doesn't seem to be any way to get rid of the cursor rectangle (or change its color to white).
theGrid.SetCellHighlightPenWidth(0)
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!