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
Describe the bug
If you have ApplyBackdropMaterial set to true and ResizeMode set to NoResize, you can still resize the window by dragging the edges of the window. When ApplyBackdropMaterial is set to false and ResizeMode is still set to NoResize, the user can no longer resize the window by dragging the edges of the window.
Expected behavior
If the window's ResizeMode property is set to NoResize, the user should not be allowed to resize the window by dragging its edges, regardless of whether or not ApplyBackdropMaterial is set to true.
Environment (please complete the following information):
.net: net5.0-windows
IDE: vs2019
Version: 3.3.11
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have
ApplyBackdropMaterial
set totrue
andResizeMode
set toNoResize
, you can still resize the window by dragging the edges of the window. WhenApplyBackdropMaterial
is set tofalse
andResizeMode
is still set toNoResize
, the user can no longer resize the window by dragging the edges of the window.To Reproduce
Here's my XAML for the window:
Expected behavior
If the window's
ResizeMode
property is set toNoResize
, the user should not be allowed to resize the window by dragging its edges, regardless of whether or notApplyBackdropMaterial
is set totrue
.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: