Search code examples
c#xamlwindows-phone-8win-universal-appwindows-8.1-universal

Hamburger Menu in Windows/Windows Phone 8.1


Is it posible to implement an Hamburger menu (or similar) in Windows 8.1 and Windows Phone 8.1?

Thanks in advance


Solution

  • A really quick search brings up results like this one:

    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.