Unwanted header highlighting in wxDataViewCtrl

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
UVT
In need of some credit
In need of some credit
Posts: 4
Joined: Wed Dec 05, 2018 10:52 am

Unwanted header highlighting in wxDataViewCtrl

Post 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.
Post Reply