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"
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