Hi guys, I would move an user control element based on plugin dimension.
I've registered for resized event but I'm not be able to get the dimensions of the browser when the user has finished resizing it.
App.Current.Host.Content.ActualWidth or App.Current.Host.Content.ActualHeight always measure width and height before the browser resizing. Is there a mechanism to retrieve width and height after the resizing?
Thanks. Regards.