I want to create a popup in UWP,
- It can be clicked anywhere from a canvas
- It should be with a triangle pointer
- The main popup can be moved dynamically but pointer should always point in the clicked point
Similar to this image,
I have tried with Flyout and Stackpanel as the content of flyout. And in stack panel I have added a textbox and polygon as triangle. But I could not dynamically move the flyout. Also, it gives a transparent background behind the total control (flyout and stackpanel) which I could not remove. Any help will be appreciated.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744338904a4569283.html
评论列表(0条)