Search code examples
c++uitableviewmfccontrolscwnd

How to hide description area of CBCGPPropList?


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: :(

enter image description here

Is there any way to add a Table-like widget into CBCGPPropList or can I just hide the description area of CBCGPPropList?


Solution

  • May be CBCGPPropList::EnableDescriptionArea(FALSE) helps you?