1

在 Android 中,有一个小部件调用SlidingDrawer,我想知道 C#/XAML 是否有类似的东西,我可以在需要时隐藏我的内容并拖出我的内容。在此处输入图像描述

像这样除外,从上到下。我已经看过AppsBar哪些是我需要的还不够。感谢您的任何建议。

4

3 回答 3

0

I don't believe it is there, though it could be fairly easy to implement. A different problem is that the AppBar should be sufficient and better in most scenarios since it does not require anything to pull it out.

于 2012-10-29T22:22:54.200 回答
0

Windows 8 设计指南建议您应该将应用栏用于您希望集成的控件类型,您可以在此处找到有关如何执行实施的更多信息和详细信息:

快速入门:添加应用栏(使用 C#/VB/C++ 和 XAML 的 Windows 应用商店应用)

于 2012-10-29T22:25:59.923 回答
0

GitHub上有一个DrawerLayout项目:

https://github.com/amarmesic/windows-phone-navigation-drawer

它可以通过 NuGet 获得:

https://www.nuget.org/packages/DrawerLayout/

于 2015-08-22T22:53:23.133 回答