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
When I set the ResizeMode of the window to CanMinimize, I set the ShowMaxButton to False, which makes it impossible to click the icon on the taskbar to restore when the form is minimized.
Steps to reproduce the bug
click minimize button
click this icon but't not work
Expected behavior
won't be able to restore Window
Screenshots
none
NuGet package version
None
IDE
Visual Studio 2022
Framework type
.Net 6.0
Windows version
Windows 11 (22621)
Additional context
handycontrol 3.5.0 - 3.5.3
The text was updated successfully, but these errors were encountered:
-Fixed the bug that property ShowMaxButton will cause the window to fail to restore ghost1372#228
-Fixed the bug that NonClientAreaHeight property does not take effect
Describe the bug
When I set the ResizeMode of the window to CanMinimize, I set the ShowMaxButton to False, which makes it impossible to click the icon on the taskbar to restore when the form is minimized.
Steps to reproduce the bug
click minimize button
click this icon but't not work
Expected behavior
won't be able to restore Window
Screenshots
none
NuGet package version
None
IDE
Visual Studio 2022
Framework type
.Net 6.0
Windows version
Windows 11 (22621)
Additional context
handycontrol 3.5.0 - 3.5.3
The text was updated successfully, but these errors were encountered: