I have a WPF window. I want to disable the ResizeMode from the user, that means, I want to ignore any resize that the user will try to do but I want to leave the ResizeMode as "CanResizeWithGrip".
How to do this?
I have a WPF window. I want to disable the ResizeMode from the user, that means, I want to ignore any resize that the user will try to do but I want to leave the ResizeMode as "CanResizeWithGrip".
How to do this?