Page 1 of 1

Unwanted header highlighting in wxDataViewCtrl

Posted: Wed Dec 12, 2018 9:11 am
by UVT
Hi again,

I have another question about wxDataViewCtrl.
When you move the mouse above the header of a column, its text gets highlighted in blue. This is a nice behaviour if you implement sorting, because it suggests that something happens if you click on the header.

Since sorting does not make any sense in my application, I would like to surpress the highlighting.

Is there any way to do this?

I'm looking forward to your replies.

Thanks in advance.