TexG Posted May 1, 2003 Posted May 1, 2003 Hello All, i have a form with a treeview , listview, and a statusbar on it. im trying to use the splitter but haveing problems with it. i add a splitter to the form and dock it to the left. then i dock my treeview to the left. but it resizes and the statusbar is pushed to the right. how can i get splitter to allow me to resize the treeview and my treeview will stay the same length befor i dock it, and leave the statusbar left alone. thanks :confused: Quote
*Gurus* divil Posted May 2, 2003 *Gurus* Posted May 2, 2003 Splitters work with the z-order of controls on the form. If this is somehow wrong, you should first right-click the control you want on the left of the splitter and bring it to the front, then bring the splitter to the front, then the control you want on the right. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
TexG Posted May 2, 2003 Author Posted May 2, 2003 Dont know how or way it worked but it did thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.