wxMultiChoiceProperty

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
Widgets
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 534
Joined: Thu Jun 01, 2006 4:36 pm
Location: Right here!

wxMultiChoiceProperty

Post by Widgets »

I am trying to understand the wxMultiChoiceProperty better, specifically the use of the attribute •wxPG_ATTR_MULTICHOICE_USERSTRINGMODE.

No matter what value I set this attribute to, or even omit setting it, I see no difference in the display of the values.
What I was expecting, that, as the description seems to imply, I can add new values to the list of choices.
No doubt, I am mistaken, but I still would like to be able to at least understand what part of the documentation I misread or misunderstand.
Environment: Win 10/11 64-bit & Mint 21.1
MSVC Express 2019/2022
wxWidgets 3.2.2
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7458
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxMultiChoiceProperty

Post by ONEEYEMAN »

Hi,
Are you able to reproduce in propgrid sample?
Can you try with 3.1.5/master?

Thank you.
Post Reply