timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Implement NavBar-like user control #234

Open martinsuchan opened 10 years ago

martinsuchan commented 10 years ago

When developing Windows 8.1 apps using HTML/JavaScript it's possible to use NavBar component for displaying nice navigation bar at the top of the page. Sadly this component is not available for C# projects. http://code.msdn.microsoft.com/windowsapps/HTML-NavBar-control-sample-4472d92a

It will be great if Callisto for Windows 8.1 implements this user control as well.