Saturday, December 28, 2013

Converting Windows Store app from 8.0 to 8.1

See Quickstart: Designing apps for different window sizes for an overview. You can define different Visual States in Xaml for the different sizes and then call VisualStateManager.GoToState to switch to the appropriate state in the window's SizeChanged event handler.


--Rob


No comments:

Post a Comment