tags:

views:

62

answers:

1

Hello All,

I am writing a dialog box based MFC application. I don't intend to use the Document/View architecture.

my dialog box contains a tree control(on the left), and 2 List controls.

the problem is that I want all the controls to be able to be resized neatly. for example, the user might want to make the tree control larger , he should just resize the control and it should be resized and become larger. and the 2 list controls should be reduced in size.

I hope you get the idea.

Thanks.

+1  A: 

Here (CodeProject 4.7/5.0 article)

Shay Erlichmen