dockable mdi child form

hi, i''m trying to make an mdi child form dockable and moveable out of the parent mdi frame. how to do this?

1 Reply

AD Administrator Syncfusion Team September 7, 2005 07:47 PM UTC

Hi Hemant, Due to the design of the .NET framework, it isn''t possible for a Form to be both in a docking window and be an MDI child. However, if you set TopLevel=false on the Form and then call SetEnableDocking followed by SetAsMDIChild, you can imitate this functionality. If you have any questions about this, please let us know. Regards, Gregory Austin Syncfusion Inc.

Loader.
Up arrow icon