benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.69k stars 143 forks source link

AdonisWindow // Hide all buttons property #191

Open tizu69 opened 2 years ago

tizu69 commented 2 years ago

Is your feature request related to a problem? Please describe. When I want full control over window buttons, I simply set the window resize mode to noresize, copy the default code from the source, modify it a bit and there I go - a custom window button that can have some other function, like, what I recently did, a "collapsed" window state with the minimize button. However, to expand this, I'd also like to have control over the close button.

Describe the solution you'd like One or three properties: "HideButtons" or "HideMinimize", "HideMaximize", "HideClose"

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. None really?

Additional context Add any other context or screenshots about the feature request here.