You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set the Window.WindowState property in the constructor to WindowState.Minimised, then the window after unfolding (transition to WindowState.Normal) will not take into account the previously set (for example, through ViewModel or just in the constructor) Window.Width and Window.Height.
Describe the bug
If you set the
Window.WindowState
property in the constructor toWindowState.Minimised
, then the window after unfolding (transition toWindowState.Normal
) will not take into account the previously set (for example, throughViewModel
or just in the constructor)Window.Width
andWindow.Height.
To Reproduce
MainWindow.Width
,.Height
and.WindowState
are set in the constructor.Expected behavior
Application window size after application opening corresponds to the values set in the constructor.
Screenshots
video_H.264.mp4
Environment
The text was updated successfully, but these errors were encountered: