Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a second row to the header control of the list such that information will be shown as such

|Name | Phone |
|Full Name | Work | Cell | Home |
|Mary Hopkins |666-222-333|--- |555-222-3566|

Essentially I need two rows with a main header and a sub header.

I am using MFC CListCtrl and I have to use this control.
Posted

1 solution

This will probably help you - A Multiline Header Control Inside a CListCtrl[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900