I have a WPF application, where Window
property ResizeMode
is set on NoResize
. Hence maximize and minimize button is hidden.
Is there a way to add minimize button? Because I don't want to allow user just resize window in order to not deform controls on form. But minimize window is useful function.
Set ResizeMode="CanMinimize"
. This avoids window resizing and enables minimize button.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With