I have created a Button
. When the button is pressed a Popup
appears. The Problem is, the popup is on the top left side while the button is on the Right side.
What do I have to do in XAML to make the popup appear under the button?
I even tried to place the popup in the top rightcorner via HorizontalAllignment
. The Problem then is that the popup is outside my program (Right next to it. Literally).