c# - Windows Universal App windows 10 menu -


i creating windows universal app can't find out how create menu can find in groove music app on windows phone 10.

you can create menus these splitview control. introduced windows 10. see docs here: https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.splitview.aspx

little hint: button on upper left show , hide menu not part of splitview control , has created manually.

you can find menu in several samples including mine on github: github.com/danielmeixner/w10demoking/


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -