I have a Window with my user control and I would like to make usercontrol width equals window width. How to do that?
The user control is a horizontal menu and contains a grid with three columns:
<ColumnDefinition Name="…
When running my program by clicking Run or pressing Ctrl + F5, is it possible to open different windows based on some check condition?
I.e if some condition is satisfied I wish to open a particular window, but if its …