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++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 91,501 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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.