How to dock a form ?

Hi, I need to dock a form in my main form. How I can do that ? Thank

1 Reply

AD Administrator Syncfusion Team February 14, 2005 04:36 PM UTC

Hi Martin, If you want a form to be docked within another host form, you''ll need to set the following properties for the child form: Form.TopLevel = false; Form.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; Once these properties are set, the child form will behave like any other dockable control and it can be docked or floated as desired. This information is also contained in a Knowledge Base Article. Regards, Gregory Austin Syncfusion, Inc.

Loader.
Up arrow icon