Windows/Windows Phone 8.1 中的汉堡菜单

Hamburger Menu in Windows/Windows Phone 8.1

是否可以在 Windows 8.1 和 Windows Phone 8.1 中实现汉堡菜单(或类似菜单)?

提前致谢

Windows 8.1 不支持主要用于创建汉堡菜单的 Splitview。但是,您可以对所有代码进行编码,但这将是一团糟。我建议你看看 UWP 和 UWP 内部的控件,以轻松创建汉堡菜单。在UWP中创建一个教程有很多。

真正快速的搜索会出现这样的结果:

github.com/FrayxRulez/SplitView

This repository contains a porting of SplitView control available in Windows 10 for Runtime 8.1 and Silverlight 8.X

Properties are the same, so if in future you want to port your app to 10 you have just to remove the Universal.UI.Xaml.Controls namespace.