MDI side bar issue

HeavenCore

Well-known member
Joined
Apr 10, 2007
Messages
77
Location
Bolton, England
Programming Experience
1-3
Hi, i have an mdi based application which has dozens of forms which can be opened as child forms

however i need a side bar on this mdi form similar to the windows xp one etc, just placing controls directly onto the mdi form does not work as they appear over any child forms, any ideas how i can either make the mdi controls appear behind child forms? or add a dockable side bar? (ie when a child form is maximised it docks to the edge of the side bar?
 
Place the sidebar (a Panel ?) then add a Splitter control.
 
Not SplitterPanel control (which has issues as you say), use Splitter control !
 
Back
Top