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

How to Mimimize Modularw Window inside the Parent Window

3 Answers 68 Views
Window
This is a migrated thread and some comments may be shown as answers.
Nikhil Jain
Top achievements
Rank 1
Nikhil Jain asked on 02 Dec 2010, 08:39 AM
Hi

I am Devloping a wpf application which uses RadWindowManager and RadWindow control. I have a requirement that while click on a button on a parent window a new Modular Windows Popup and when I click on Mimimize icon of that Modular window that should Mimimize inside that parent window through which tthat modular windows open's up. I dont want that modular window to show on windows taskbar in any of the state.

Kindly suggest of can I implement this.

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 03 Dec 2010, 02:27 PM
Hello,

I am not sure I understand what is your scenario. Could you please give us more detailed information? Sending us a screenshot will be really helpful.

I will be glad to assist you further.

Kind regards,
George
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Nikhil Jain
Top achievements
Rank 1
answered on 03 Dec 2010, 03:09 PM
I want to know how can achieve the functionality to make a windows mimimize in the stackpanel in side the parent windows and able to maximize and close that child window. I don't want to show my child window on the window Taskbar, only the parent window while be shown on windows Taskbar.

0
Miroslav Nedyalkov
Telerik team
answered on 08 Dec 2010, 10:38 AM
Hello Nikhil,

 This functionality is not supported by the RadWindow control out-of-the-box.
What I would suggest you is to create an ItemsControl (for example ToolBar) with items parallel to all opened windows and to make an item visible if the RadWindow is minimized and invisible if it is not minimized. If the window is closed you should remove the Item from the ItemsControl.

Hope this helps!

Best wishes,
Miroslav Nedyalkov
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
Window
Asked by
Nikhil Jain
Top achievements
Rank 1
Answers by
George
Telerik team
Nikhil Jain
Top achievements
Rank 1
Miroslav Nedyalkov
Telerik team
Share this question
or