Tagged Questions
35
votes
5answers
8k views
How do you do AppBar docking (to screen edge, like WinAmp) in WPF?
Is there any complete guidance on doing AppBar docking (such as locking to the screen edge) in WPF? I understand there are InterOp calls that need to be made, but I'm looking for either a proof of ...
0
votes
2answers
485 views
C# Docking to the edge of a desktop, popup issue
I'm making a WPF application which can be docked to one of the edges of the desktop. I do this by having an 'EdgeWindow' which is a transparent 5px wide window on the same edge of the screen, whenever ...