Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Horizontal Splitter

Status
Not open for further replies.

csutton

Programmer
Dec 27, 2000
213
US
Does anyone know of a horizontal splitter I can use to seperate 2 panels on a winform? I can't seem to find anything. Thanks
 
Thanks, I just figured it out and came back to write disregard this. I couldn't figure out how to get the vertical splitter to go horizontal.
 
It's tricky and depends in what order you do things. It has to to with docking.

1) Add the bottom panel to the form, set docking to bottom
2) add the splitter to the form, set docking to the bottom
3) Add the top panel above the splitter, set docking to fill

I hope this works.

 
I'll try it. I was adding them in the reverse order. The bottom window will be the bigger one, but hopefully that'll be okay. Thanks again!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top