gpt4 book ai didi

C# UWP 隐藏软导航栏

转载 作者:太空狗 更新时间:2023-10-29 23:13:30 26 4
gpt4 key购买 nike

如何以编程方式隐藏/折叠我正在为手机编写的 Windows 10(通用 Windows 平台)应用程序底部的导航栏?

可以通过以下方式处理顶部的 StatusBar:Windows.UI.ViewManagement.StatusBar.GetForCurrentView().HideAsync();

最佳答案

如果你想隐藏两者,你可以使用全屏模式而不是隐藏状态栏,那么导航栏也会被隐藏。

Windows.UI.ViewManagement.ApplicationView.GetForCurrentView().TryEnterFullScreenMode()

关于C# UWP 隐藏软导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34955927/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com