如何将Popup
控件放置在BottomAppBar
Button
调用它的上方?
问问题
1384 次
2 回答
1
您需要参考 BottomAppBar 来定位它。
popup.VerticalOffset = Window.Current.Bounds.Height - offset;
offset
是到屏幕底部的距离
你可以做同样的事情HorizontalOffset
,HorizontalOffset
你想要弹出的按钮的位置在哪里。
于 2013-03-28T19:15:39.527 回答
1
使用 Callisto 的 Flyout ,简单高效的点击这里
于 2013-03-29T06:32:26.193 回答