Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > Creating RAD MDI parent and child form

Not answered Creating RAD MDI parent and child form

Feed from this thread
  • Thiru avatar

    Posted on Jan 12, 2012 (permalink)

    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.

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Jan 12, 2012 (permalink)

    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).

    Reply

  • Alex avatar

    Posted on Jan 21, 2012 (permalink)

    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! 

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Jan 21, 2012 (permalink)

    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).

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > Creating RAD MDI parent and child form
Related resources for "Creating RAD MDI parent and child form"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]