WpfAppBar icon indicating copy to clipboard operation
WpfAppBar copied to clipboard

WPF AppBar helper

Results 13 WpfAppBar issues
Sort by recently updated
recently updated
newest added

Problem Statement ================== I'm trying to use this for an app I created at work, but I can't seem to get it to run. ### Summary: * It might be...

When the Windows Display Zoom is Set above 100% and you Set the Edge to the Right the AppBar will completely disappear off-screen.

Hello, I tried setting the background property of the window or any other color related property but that doesn't seem to work. Do you have any idea how this can...

When i use Windows RDP application or play video on youtube in full-screen mode, bar overlapp their.

enhancement

When exiting the application in a docked state, the docked area will be blocked for other applications. Is there a way to properly exit the app in a docked state?...

enhancement

I want to make my own task bar but it seems like its adding the height of the default task bar. Is there anyway to fix this? Thanks. ![image](https://user-images.githubusercontent.com/8193841/77011402-b48c6500-6963-11ea-88e0-9ed834040b57.png)

I've forked your repo in an effort to add auto hide support. I just cant get it to work. Ive tried ABM_SETAUTOHIDEBAR and ANM_SETATOHIDEBAREX, I do this right after your...

enhancement

app worked fine on standard resolution. But it crashed on micro soft surface with following error. Exception: Application: EPG-TickerApp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an...

bug

how we can add the feature of resizing in hight if dock on top or bottom.

enhancement

In [AppBarFunctions.cs:137](https://github.com/PhilipRieck/WpfAppBar/blob/master/WpfAppBar/AppBarFunctions.cs#L137) you are assigning the return value of `ABM_NEW` to `ret` but not using it anywhere in the code: `var ret = Interop.SHAppBarMessage((int)Interop.ABMsg.ABM_NEW, ref abd);` Consider using `ret` `info.IsRegistered`...

bug