Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a requirement that I need to show CStatic controls in a container and I cannot take dialog as a container bcoz I have other controls at the top and bottom of the dialog. I want to create CStatic control dynamically and show in the middle region of dialog. For this I am trying to find a control which can be container for other controls. So I took CListCtrl and make it disabled. I am able to creat CStatic control dynamically and setting its parent as CListCtrl so I gets drawn in the List control's client area but what I need is that I want to create number of CStatic controls and that needs to be shown in this area and I shd be able to scroll this list control's area.

My question is whether we can take any List control as a container for other controls. If yes then how to customize the scrollig.

If not then how can I show all dynamically created CStatic Controls in container.
Posted

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