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.
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.