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

Resize EventHandler

1 Answer 60 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mark Kempe
Top achievements
Rank 1
Mark Kempe asked on 24 Sep 2008, 11:00 AM
I've been experiencing a problem with the resize handlers, when I resize the control, the sizechanged eventhandler is fired, but when I stop resizing there is no event fired. I had to use other eventhandlers instead, but is not the right way.
If there is there any eventhandler for this operation? (I mean, for the stop resizing) please let me know.

1 Answer, 1 is accepted

Sort by
0
Hristo Borisov
Telerik team
answered on 26 Sep 2008, 06:58 AM
Hello Mark Kempe,

Would you tell us what exactly you are trying to achieve, because I cannot quite understand what you meant by stop resizing? The event handler is thrown every time the Width or Height property is changed, it isn't a continuous process Thus, as soon as the event handler function is executed the window has already been resized.

Regards,
Hristo Borisov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Mark Kempe
Top achievements
Rank 1
Answers by
Hristo Borisov
Telerik team
Share this question
or