<code>var chartWindow = new ChartWindowPage();
var window = new Window(chartWindow);
Application.Current?.OpenWindow(window);
</code>
<code>var chartWindow = new ChartWindowPage();
var window = new Window(chartWindow);
Application.Current?.OpenWindow(window);
</code>
var chartWindow = new ChartWindowPage();
var window = new Window(chartWindow);
Application.Current?.OpenWindow(window);
this is sample code to open a window it by default opened Maximixed State or Normal State
In above code i’m expecting it should opend in minimized state
New contributor
Sandy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.