If it has a header, probably a ListView (CListCtrl) :
Using CListCtrl
Need Clarification on MFC UI
abc abc
351
Reputation points
Hi,
My UX team shared this UI. I need to implement similar UI in MFC dialog.
I dont know what MFC control I need to use to achieve similar UI. Please guide me.
Developer technologies | C++
3,978 questions
2 answers
Sort by: Most helpful
-
Castorix31 90,686 Reputation points
2021-09-02T10:17:12.107+00:00 -
Guido Franzke 2,191 Reputation points
2021-09-03T06:27:23.587+00:00 Hello,
another way is to use a grid (with one column, expanded over the width of the window area). Have a look at this great GridCtrl: MFC-Grid-control-2-27 and use ExpandColumnsToFit .Regards, Guido