c++ - CMFCPropertyGridProperty questions -


i have c++ mfc application, , using cmfcpropertygridcontrol cmfcpropertygridproperty. wondering if it's possible modify behavior of control following occurs:

  1. looking have drop down arrow appear on cmfcpropertygridproperty there available options choose. user required double click on row in order drop down arrow appear on control. users may not aware there other options select.

  2. when user double clicks on cmfcpropertygridproperty 3 options choose from, control changes selected option next option. don't want option change option unless user selects different option using drop down menu.

  3. for cmfcpropertygridproperty enabled spin control, spin control not display until user first clicks on row in property grid, , double clicks on property. spin control display.

    any suggestions or @ appreciated.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -