WPF doesn\'t provide the ability to have a window that allows resize but doesn\'t have maximize or minimize buttons. I\'d like to able to make such a window so I can have re
One way is to set your ResizeMode="NoResize". It will behave like this.
ResizeMode="NoResize"
I hope this helps!