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

Resizing bug

1 Answer 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
hwsoderlund
Top achievements
Rank 1
hwsoderlund asked on 19 Mar 2009, 08:05 AM
I'm opening a window using WindowStartupLocation = WindowStartupLocation.CenterParent (see the full code below). When I resize the window it resizes from the middle of the screen so that when I drag the bottom right corner, all the other corners move around as well. This seems strange. Is there a workaround for this?

Code:

var window = 
new RadWindow(); 
window.WindowStartupLocation = WindowStartupLocation.CenterParent; 
 
window.WindowState = WindowState.Normal; 
window.ResizeMode = ResizeMode.CanResize; 
window.Width = 640; 
window.Height = 480; 
window.ShowDialog(); 

1 Answer, 1 is accepted

Sort by
0
Accepted
Boyan
Telerik team
answered on 19 Mar 2009, 06:13 PM
Hi Henrik,

 I tested the issue and it is a bug. We are sorry for the inconvenience.

We already found the cause for this behavior and it is fixed, the update will be available for the next SP release.

 Thank you for your report. I have updated your Telerik points.
 

Greetings,
Boyan
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
hwsoderlund
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or