Link to home
Start Free TrialLog in
Avatar of minjiezen
minjiezen

asked on

How to create a control that shows two columns of data

Hello,

I'm trying to create a control on a dialog that has two columns: the left column shows the names of some parameters, and the right column shows the parameters' correspoding values, such as:

            values
---------------------------------
param1          aaa
param2          bbbb
.......
paramn          nnnnnn

Also, I need to be able to edit the right column (e.g., to change value aaa to ccc). Are there classes in MFC for implementing it?
 
Thanks for any help.
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of minjiezen
minjiezen

ASKER

Thank you very much!