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

RadWindow size changes when zooming the screen

2 Answers 83 Views
Window
This is a migrated thread and some comments may be shown as answers.
ofir
Top achievements
Rank 1
ofir asked on 07 Jul 2010, 04:34 AM
how can i keep the original size of the window ,even when zooming to 150% (for example).

attached files shows the window in zoom 100% and zoom 150%

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 09 Jul 2010, 03:10 PM
Hi ofir,

Thank you for contacting us.

This is the expected behavior of modal popups in Silverlight. You cannot keep the original size of the RadWindow.

I hope this information helps. I will be glad to assist you further. 

Kind regards,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
ofir
Top achievements
Rank 1
answered on 13 Jul 2010, 04:49 AM
you are right

but i found a simple way to disable the influence of the zooming.

on the server side add the line <param name="enableautozoom" value="false" /> to the object tag

like this:

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" 

width="100%" height="100%">

 

<param name="enableautozoom" value="false" />

 

 

</object>

 

 

 

 

 

 

Tags
Window
Asked by
ofir
Top achievements
Rank 1
Answers by
George
Telerik team
ofir
Top achievements
Rank 1
Share this question
or