c++ - cmfcpropertygridctrl in dialog can't be edited -


i create dialog derived cdialogex, add cmfcpropertygridctrl on it, generate control value of m_wndproplist binding cmfcpropertygridctrl, in oninitdialog, add initial code:

bool cpropdlg::oninitdialog() {     cdialogex::oninitdialog();     initproplist(); // here add initial function     return true;  } 

the codes in initproplist() copy example code, generated vs2015 when creating mfc project visual studio style.

when have done work, property ctrl display well, can't edited, , doesn't respons mouse. please kindly me, thanks!


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -