c++ - CMFCPropertyGridProperty questions -
i have c++ mfc application, , using cmfcpropertygridcontrol
cmfcpropertygridproperty
. wondering if it's possible modify behavior of control following occurs:
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.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.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
Post a Comment