If I did exactly as you list it, I ended up not being able to move the splitters during run time, no matter how I set the properties. So I did the following:
Add another panel inside a main panel and set dock to right (Right panel)
Add splitter docked right
Add another panel inside a main panel and set dock to left (Left panel)
Add a splitter docked left
Add another panel inside a main panel and set dock to fill (Middle panel)
Add tabs where necessary.
Add the panel into the middle panel and now set dock to Top
.
That works.... WTF? Why is this? Anywhoo, thank you so much for taking the time to help, could not do it without you.
Main Topics
Browse All Topics





by: NNirmalanPosted on 2009-05-23 at 19:01:18ID: 24460232
Try this way
Add a main panel into your windows form and set dock to fill
Add another panel inside a main panel and set dock to right (Right panel)
Add another panel inside a main panel and set dock to left (Left panel)
Add another panel inside a main panel and set dock to fill (Middle panel)
Add splitters & tabs in relevant places.
Add the panel into the middle panel and now set dock to Top