Development WinUI XAML
Jan 9, 2018

Hiding NavigationView header in UWP

Discover how to customize the NavigationView control in Windows 10 to remove the header in the Minimal mode. Learn how to maximize screen space and create a user-friendly navigation interface. Read more on how to implement this in your app! Find the complete solution and code on GitHub.

WinUI
Mar 25, 2017

Modifying UWP navigation backstack with MvvmCross

Discover how to manipulate the back stack in your mobile app built with MvvmCross framework! This article explains how to clear or pop the navigation stack, preventing specific pages from appearing when the user navigates back. Learn how to implement this requirement efficiently using MvvmCross and presentation hints. Read more to find out the details!