Development WinUI XAML
Feb 21, 2018

Úprava vzhledu čísel dnů v UWP CalendarView

Ovládací prvek CalendarView v UWP nám umožňuje v aplikaci zobrazit kalendář s mnoha funkcemi možnostmi přizpůsobení. Jak ale můžeme upravit vzhled jednotlivých dnů v měsíci? Na to se podíváme v tomto článku.

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.

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.