Winforms can switch the ControlBox, Maximize and Minimize buttons on and off. I can’t seem to find the equivalent properties to control the window ornaments in WPF. What’s the correct nomenclature so I can look up this stuff in msdn?
Winforms can switch the ControlBox, Maximize and Minimize buttons on and off. I can’t
Share
You can change this by setting the
ResizeModeof the windowEG:
will show no minimize/maximize buttons