Now I am using CBCGPPropList of CBCGToolBar within MFC, but I don’t know how to add a CBCGPGridCtrl into CBCGPPropList, so I have to leave it outside. But the description area looks ugly between them: 🙁
Is there any way to add a Table-like widget into CBCGPPropList or can I just hide the description area of CBCGPPropList?
May be
CBCGPPropList::EnableDescriptionArea(FALSE)helps you?