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
You can set the ResizeMode="NoResize" of the window if you want to remove Minimize and Maximize button