在初始化时隐藏 MasterPage 菜单(仅限 UWP)
Hide the MasterPage menu on init (UWP only)
我已经设法让我的 Masterpage/detail 工作得很好而且似乎在 Android 我不需要改变任何东西来得到我想要的但我的问题是 [=21] =] UWP:
启动应用程序时,会显示菜单。我想让它隐藏起来。我试过设置
IsPresented="False"
在 MasterPageItem 上没有成功。
感谢您的帮助!
这解决了!
this.MasterBehavior = MasterBehavior.Popover;
我已经设法让我的 Masterpage/detail 工作得很好而且似乎在 Android 我不需要改变任何东西来得到我想要的但我的问题是 [=21] =] UWP:
启动应用程序时,会显示菜单。我想让它隐藏起来。我试过设置
IsPresented="False"
在 MasterPageItem 上没有成功。
感谢您的帮助!
这解决了! this.MasterBehavior = MasterBehavior.Popover;