Windows phone 8.1 状态栏和底部应用栏遮挡WP 8.1

Windows phone 8.1 状态栏和底部应用栏遮挡WP 8.1,windows-phone-8.1,Windows Phone 8.1,我使用以下代码使状态栏显示在内容的顶部(并将背景不透明度设置为0) 这也会造成底部应用程序栏与页面内容重叠的不利影响。是否有办法使状态栏与内容重叠,但不与底部应用程序栏重叠 如何显示底部菜单?它是什么?它只是一个垂直排列在底部的网格。 var applicationView = Windows.UI.ViewManagement.ApplicationView.GetForCurrentView(); applicationView.SetDesiredBoundsMode(Windows.UI

我使用以下代码使状态栏显示在内容的顶部(并将背景不透明度设置为0)

这也会造成底部应用程序栏与页面内容重叠的不利影响。是否有办法使状态栏与内容重叠,但不与底部应用程序栏重叠


如何显示底部菜单?它是什么?它只是一个垂直排列在底部的网格。
var applicationView = Windows.UI.ViewManagement.ApplicationView.GetForCurrentView();
applicationView.SetDesiredBoundsMode(Windows.UI.ViewManagement.ApplicationViewBoundsMode.UseCoreWindow);