wxgrid native look

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
airc
Knows some wx things
Knows some wx things
Posts: 29
Joined: Mon Jan 06, 2014 7:35 am

wxgrid native look

Post by airc »

Hi
how to make wxgrid looks native , there is UseNativeColHeader , but its only for column header , what about row header ?
User avatar
tierra
Site Admin
Site Admin
Posts: 1355
Joined: Sun Aug 29, 2004 7:14 pm
Location: Salt Lake City, Utah, USA
Contact:

Re: wxgrid native look

Post by tierra »

Most of wxGrid is a generic widget. The native equivalent controls to use as an alternative are often wxListCtrl and the newer wxDataViewCtrl. Both are often much more limited in terms of customization, but that's because the native controls for each platform are significantly less customizable (as they should be if you're looking for native appearance and behavior).
Post Reply