Development WinUI XAML
Sep 25, 2018

Customizing Settings item in UWP NavigationView

Discover how to modify the default icon and text of the built-in Settings item in UWP's NavigationView. Learn how to create a custom class, override methods, and use dependency properties to customize the settings item. Find the source code and create a NavigationView control that perfectly fits your needs.

Development WinUI XAML
Feb 21, 2018

Customizing day numbers in UWP CalendarView

Learn how to customize the day numbers in the UWP CalendarView control! Discover different layout options and find out how to access and customize the day number text using the CalendarViewDayItemChanging event. Check out the source code examples on GitHub.