Docking a form on another form

I have a form containing some controls (similar to the visual studio toolbar). This form is a top-level control. I want to dock this form in another form. Is it possible? How to do it?

+3
source share
4 answers
+1
source

, /. , ( MDI - IsMDIContainer true). , , . , , , / , , Visual Studio . . Telerik, , . , - , WPF Winforms, .

0

If you look at the answer presented here: moving and placing the child window near the C # parent window , if you change the value _offsetin the demo to 0, you can see the way to “dock” the two forms.

0
source

You can use the Dock Panel Suite: http://sourceforge.net/projects/dockpanelsuite/

0
source

All Articles