Need Clarification on MFC UI

abc abc 351 Reputation points
2021-09-02T10:05:15.413+00:00

Hi,

128655-ctrl.png

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++
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 90,686 Reputation points
    2021-09-02T10:17:12.107+00:00

    If it has a header, probably a ListView (CListCtrl) :
    Using CListCtrl

    1 person found this answer helpful.

  2. 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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.