Is it possible to use different widgets in the different columns of the same row in the property grid?

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
GUI_coder0001
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Dec 04, 2018 9:23 pm

Is it possible to use different widgets in the different columns of the same row in the property grid?

Post by GUI_coder0001 »

This question is related to viewtopic.php?t=35884.

After using pgrid->SetColumnCount(3), is it possible to set different types of widgets in different columns on the same row? For example, a file dialog access widget on the 2nd column, and a drop-down list box on the 3rd column, on the same row of the property grid?
Post Reply