Microsoft Outlook style Windows Forms

G

Guest

Hi All
I am developing a windows form with Microsoft outlook style display, that means I have a Treeview control on left side,splitter control on the right side of TreeView control, then on right side there is a panel control which fills the whole form area and inside that panel I have a Tab Control .On the first tab page of Tab control I have 2 list view controls one at top and other at bottom(dock property is set to Top and Fill respectively).When I run an application all the controls get resized accordingly except the first list view's height(its width gets resized accordingly).I even tried following link but it didn't help much

http://msdn.microsoft.com/library/d...userinterfacewithwindowsapplicationobjects.as

Does anybody know how to fix this problem or exactly knows how to get Microsfot Outlook style display on windows forms
Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top