Status Bar and Bottom App Bar occlusion WP 8.1

懵懂的女人 提交于 2019-12-07 14:41:53

问题


I'm using the following code to make the status bar appear on top of content (and setting background opacity = 0).

var applicationView = Windows.UI.ViewManagement.ApplicationView.GetForCurrentView();
applicationView.SetDesiredBoundsMode(Windows.UI.ViewManagement.ApplicationViewBoundsMode.UseCoreWindow);

This has the adverse affect of also making the bottom app bar overlap the page content. Is there a way to make the status bar overlap content, but not also the bottom app bar?

来源:https://stackoverflow.com/questions/26088947/status-bar-and-bottom-app-bar-occlusion-wp-8-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!