Does any one know if its possible to animate app.current.mainwindow.width so that you get a nice animation with easing if you programatically resize the oob apps window.
Thanks.
Does any one know if its possible to animate app.current.mainwindow.width so that you get
Share
The simplest way is to add a slider control to your page. The slider can be collapsed and is only used to have an easy propery to animate. Animate the Value property of the slider. In the ValueChanged event of the slider update the window width. You need elevated thrust to do this.
It looks something like this:
Xaml
Code Behind