-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
When a window is launched in a maximized state (WindowState = Maximized), its border disappears after being restored to a normal size. The border reappears if the window is then minimized and restored.
Steps to Reproduce:
- In the Showcase program's
MainWindow, set theWindowStateproperty toMaximized. - Run the application. The window will open in a maximized state.
- Restore the window to its normal size by clicking the restore button in the title bar.
- Observe that the window's blue border is now missing.
Expected Behavior:
The window should retain its border after being restored from a maximized state.
Actual Behavior:
The window border disappears upon being restored. Minimizing and then restoring the window again causes the border to reappear correctly.
Environment
ControlzEx 7.0.1
Windows 11
.NET 9
Reactions are currently unavailable