Can I allow user to resize treeview control?

gprabaka

Newcomer
Joined
Jul 14, 2005
Messages
21
Good Morning,

I have a treeview control on a Windows form application. Does anyone know of a way I can allow the user to expand the size of the control instead of them having to scroll left and right.

Thanks
Guha
 
gprabaka said:
Good Morning,

I have a treeview control on a Windows form application. Does anyone know of a way I can allow the user to expand the size of the control instead of them having to scroll left and right.

Thanks
Guha

You can place the Treeview in one panel of a SplitContainer and fully Dock it. When the user moves the Splitter Bar, the Treeview will shrink and/or grow.
 
Back
Top