Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » how to update CExtPropertyGrid after changing its cell style Collapse All
Subject Author Date
Nathan Explosions Jun 25, 2007 - 12:38 AM

Please tell me, how should I update the CExtPropertyGrid after adding or removing these styles: __EGCS_READ_ONLY|__EGCS_NO_INPLACE_CONTROL.

Sorry for asking so many questions at once.

Nathan Explosions Jun 25, 2007 - 8:33 AM

Thank you. This method might not work for me, because I haven’t overloaded it in my derived class...

Technical Support Jun 25, 2007 - 6:03 AM

If you modified the property tree’s content, you should invoke the CExtPropertyGridCtrl::PropertyStoreSynchronize() method after that.