We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toogle fullscreen on and off, permanently disable CanMaximize, CanResize and CanMove. Problem:
CanMaximize
CanResize
CanMove
SukiUI/SukiUI/Controls/SukiWindow.axaml.cs
Lines 354 to 362 in 6928c6b
Also, title bar is not hidden by default, which should be...
6.0
Windows 11
After reverting to any other than Fullscreen to restore CanMaximize, CanResize and CanMove to the old properties.
WindowState = WindowState.FullScreen; WindowState = WindowState.Normal;
Can be fixed by implementing a cache of previous values and restaure after exit fullscreen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check the following items
Description of the issue
Toogle fullscreen on and off, permanently disable
CanMaximize
,CanResize
andCanMove
.Problem:
SukiUI/SukiUI/Controls/SukiWindow.axaml.cs
Lines 354 to 362 in 6928c6b
Also, title bar is not hidden by default, which should be...
Package Version
6.0
Environment
Windows 11
Expected Behavior
After reverting to any other than Fullscreen to restore
CanMaximize
,CanResize
andCanMove
to the old properties.Reproduction
Additional Information
Can be fixed by implementing a cache of previous values and restaure after exit fullscreen.
The text was updated successfully, but these errors were encountered: