Windows 10 个通用应用程序。我应该为汉堡菜单使用什么控件?
Windows 10 Universal apps. What controls should I use for a hamburger menu?
所以我有 VS2015 RC 和 Windows 10 个工具。当我看到非常好的 UI 和 hamburger menu 时,我正在观看 //build day 2 的主题演讲,它们的缩放比例非常好。
我将使用哪些控件来实现汉堡菜单?一定有比我的矩形和 canvas 解决方案更好的东西。
这部分:
这是一篇关于创建汉堡菜单控件的 MSDN 博客:
This unfortunately is not an out-of-box control on Windows or Windows Phone and instead requires you to create your own custom built control for this UI paradigm.
所以我有 VS2015 RC 和 Windows 10 个工具。当我看到非常好的 UI 和 hamburger menu 时,我正在观看 //build day 2 的主题演讲,它们的缩放比例非常好。
我将使用哪些控件来实现汉堡菜单?一定有比我的矩形和 canvas 解决方案更好的东西。
这部分:
这是一篇关于创建汉堡菜单控件的 MSDN 博客:
This unfortunately is not an out-of-box control on Windows or Windows Phone and instead requires you to create your own custom built control for this UI paradigm.