wxgrid and DrawCellHighlight

hello

i'm trying to disable highlights in left clicked row.
I've seen that i need to use DrawCellHighlight ,but I don't know
how ....

I didn't find any example.
Any helps ?

thanks

I've found that

http://wiki.wxwidgets.org/WxGrid#Changing.2FDisabling_Cell_Highlight

but i don't know how use it

···

On 22 déc, 11:18, Toff <christophed...@gmail.com> wrote:

hello

i'm trying to disable highlights in left clicked row.
I've seen that i need to use DrawCellHighlight ,but I don't know
how ....

I didn't find any example.
Any helps ?

thanks

Just set it to draw the highlight with a pen width of zero:

  theGrid.SetCellHighlightPenWidth(0)

···

On 12/22/09 2:18 AM, Toff wrote:

hello

i'm trying to disable highlights in left clicked row.
I've seen that i need to use DrawCellHighlight ,but I don't know
how ....

I didn't find any example.
Any helps ?

--
Robin Dunn
Software Craftsman