t2tWinFormAppBarLib
t2tWinFormAppBarLib copied to clipboard
Helper library for creating AppBars (forms which are docked to the side of the screen). AppBars reserve the required space, similar to the Taskbar in Windows.
When you go into a .NET Core 3.1 WinForms project and check "Sign the assembly" on the Signing tab, and use a self-sign certificate, the AppBar does not work. It...
If I set `AppBarHelper.PreventShowDesktop(this.Handle)` a menu strip on the AppBar isn't working anymore. It looks like the menu doesn't get the focus. I'm very interested in a solution!
Thanks for this lib, it's fantastic, exactly what I was looking for. I have set my form to load straight away with edge set to Top but I see that...