Better control over minimum and maximize buttons
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
Now that WPF is actively being worked on again, it would be nice to have some properties on windows to provide better control over the minimize and maximize buttons. Currently, you can't easily disable one or the other easily, especially without affecting resizing.
It's kind of silly the amount of hoops you have to jump through to get control over those two buttons. You have to hide and design your own title bar, or jump out to p/invoke methods during window load.
- https://social.technet.microsoft.com/wiki/contents/articles/29183.wpf-disabling-or-hiding-the-minimize-maximize-or-close-button-of-a-window.aspx
- https://stackoverflow.com/questions/6523579/wpf-hide-minimize-button-of-a-window
Contributor guide
Assessment
This issue has not been assessed yet.