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