Saturday, 4 January 2014

Full screen window in WPF MVVM

Welcome,

To enable full screen window in WPF MVVM Window,  Add this property to the window tag

Width="{DynamicResource {x:Static SystemParameters.FullPrimaryScreenWidthKey}}" Height="{DynamicResource {x:Static SystemParameters.FullPrimaryScreenHeightKey}}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"

No comments:

Post a Comment