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?
Take a look at UserControls. http://msdn.microsoft.com/en-us/library/aa302342.aspx
, /. , ( MDI - IsMDIContainer true). , , . , , , / , , Visual Studio . . Telerik, , . , - , WPF Winforms, .
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.
_offset
You can use the Dock Panel Suite: http://sourceforge.net/projects/dockpanelsuite/