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

Change minimize window position

1 Answer 81 Views
Window
This is a migrated thread and some comments may be shown as answers.
mirang
Top achievements
Rank 1
mirang asked on 17 Oct 2011, 01:24 PM
Is it possible to change the default minimize window position. Current behavior is it get docked in the center or from where the user had minimized it. I want that when the user minimizes the window, it should get properly stacked at the bottom/top of the screen.

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 20 Oct 2011, 09:21 AM
Hi Mirang,

There is no way to achieve this scenario out of the box. As there is no TaskBar where to dock the minimized Windows we decided to minimize the windows at their current position. If you want to implement such behavior you can attach to the WindowStateChanged event check if it is minimizing and add some custom code that will minimize it to the bottom of the browser. Note that you will also have to handle the resizing of the browser if you wish the RadWindow to stay bottom when the browser is resized.

Regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Window
Asked by
mirang
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or