dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
615 stars 40 forks source link

Please provide option to add additional icons buttons to task bar #59

Closed jindal1979 closed 2 years ago

jindal1979 commented 2 years ago

Dear Morten,

I am using your library in my project and it is of great help. It would be good to add a feature where you can add additional icons to task bar like Change Theme, User Feedback, etc. (Similar to Visual Studio Installer Screen).

Let me know your thoughts. If you need help, I am willing to support it in WinUIEx.

-Munish

dotMorten commented 2 years ago

I'm not quite following. Could you provide some examples?

jindal1979 commented 2 years ago

Screenshot 2022-06-29 192044

Please see the attached Visual Studio Installer screenshot. There are 5 buttons on Task Bar : Theme Change Button, Feedback Button, Minimize Button, Maximize Button and Close Button

If there is a way to add the Theme Change Button or Feedback Button in addition to 3 usual buttons (Minimize, Maximize, Close), it will be helpful to add addition functionality.

dotMorten commented 2 years ago

You can already do this with WinUI 3 today by extending your UI into the titlebar. There's not really anything for WinUIEx to do here.