如何将Popup
控件放在调用它的BottomAppBar
Button
之上?
答案 0 :(得分:1)
您需要将其置于BottomAppBar的引用中。
popup.VerticalOffset = Window.Current.Bounds.Height - offset;
offset
是屏幕底部的距离
您可以对HorizontalOffset
执行相同操作,其中HorizontalOffset
将是您想要弹出窗口的按钮的位置。
答案 1 :(得分:1)
使用Callisto的Flyout,它简单而有效click here