Say we have a standard WPF-application, and I want to show some UI-elements on the left side besides my main application window.
Is there a way to go “beyond the borders” of the window and show a visual element with buttons on the left besides my main window? If there is, can you point me to a tutorial / video / hint how to accomplish it?
Not sure if you’re aiming to do all of this in code or in XAML, but using a Popup, you could do something like this?
Hope this helps.