This is a migrated thread and some comments may be shown as answers.

Creating RAD MDI parent and child form

3 Answers 425 Views
Form
This is a migrated thread and some comments may be shown as answers.
Thiru
Top achievements
Rank 1
Thiru asked on 12 Jan 2012, 10:06 AM
Hi Telerik Support Team:

  1. How to create  a Rad MDI form to the application ?
    Because I see there is no option to add the MDI form from the add windows forms dialog.
  2. I like to have a RadRibbonForm as my MDI parent form -- How to do this?
    and how to add RadForm as MDI child form for the above RadRibbonForm (MDI parent form)

Expecting your valuable reply please.
Regards,
Thiru.

3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 12 Jan 2012, 10:44 AM
Hi Thiru,

After you add a RadRibbonForm to your project, you should just set its IsMdiContainer property to true in order to enable its MDI mode:

this.IsMdiContainer = true;

After that, you can add a RadForm as an MDI child as demonstrated in this article.

I hope this helps.Regards,
Nikolay
the Telerik team

SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

0
Alex
Top achievements
Rank 1
answered on 21 Jan 2012, 12:09 PM
Hi Nikolay

I have a problem by this way! I add a shape form to project and change it to MDI Form by the way! but my shape form have a split Container that Docked in shaped form. Then I try to Add child MDI Form to shape form , but when show the Child form , I can not Display it! and I can not see any thing. please help me! 
0
Nikolay
Telerik team
answered on 21 Jan 2012, 01:34 PM
Hello Alex,

The SplitContainer that you have docked in your ShapedForm covers the MDI area of the form. The child MDI form is shown on the surface of the MDI area, but since this area is covered, it is normal that you do not see the form. You should either remove the SplitContainer from your form, or if you really need the SplitContainer on the form, this means that you scenario does not need MDI. For more information about MDI and its specifics, please refer to this MSDN article.

Greetings,
Nikolay
the Telerik team

SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

Tags
Form
Asked by
Thiru
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Alex
Top achievements
Rank 1
Share this question
or