Open ghost opened 8 years ago
It would be nice to have a way of hiding it when an app goes full screen or even auto hiding it so the user can still mouse over the side of the screen to show it.
auto hiding it so the user can still mouse over the side of the screen to show it.
Would say it would be more intuitive to act like the native appbar would. Auto hide if app broadcasts full screen, come back, if app broadcasts leaving full screnn. Wouldn't it?
I meant have it as an option. By default it should be hidden in full screen but for some use cases it might be useful to allow it to be shown while in full screen applications (probably with a hotkey rather than hovering).
I have just tested and it turns out the solution can't be more simpler...
Change
AppBarFunctions.SetAppBar(this, ABEdge.Left, grid);
into
AppBarFunctions.SetAppBar(this, ABEdge.Left, grid, false);
Have you figured out the reason? Still no?
OK, basically, the 4th argument sets the window's "TopMost" property, which is set to "true" by default.
When i use Windows RDP application or play video on youtube in full-screen mode, bar overlapp their.