Place a wxButton in the header of a wxDataViewColumn

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
tengai
Knows some wx things
Knows some wx things
Posts: 32
Joined: Fri May 11, 2018 6:49 pm

Place a wxButton in the header of a wxDataViewColumn

Post by tengai »

Is it possible to put a wxButton in the header space of wxDataViewColumn? The wx supports putting bitmap in the header space but is it possible to actually put a clickable button in this same space? If so, directions how would be appreciated.

Thanks,

Patrick
User avatar
doublemax
Moderator
Moderator
Posts: 19115
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Place a wxButton in the header of a wxDataViewColumn

Post by doublemax »

Not possible.

This would be a very unusual GUI design, i don't think i've ever seen anything like this. What would be the purpose?
Use the source, Luke!
Post Reply