'WPF windowstate

form does'nt open in maximum size even though I set in wpf enter image description hereenter image description here



Solution 1:[1]

Good Morning,

I have done its with c# :

 this.WindowState = WindowState.Maximized;

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 wofl12