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

[Solved] How does one grab the event when the browser wondow resizes thus repositioning, perhaps, the classes in the silverlight app?

0 Answers 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
William
Top achievements
Rank 1
William asked on 29 Jun 2011, 04:17 AM
How does one grab the event when the browser wondow resizes thus repositioning, perhaps, the classes in the silverlight app?
I think I got it

App

 

 

.Current.Host.Content.Resized += new EventHandler(Content_Resized);


Tags
GridView
Asked by
William
Top achievements
Rank 1
Share this question
or