WinUI
Jul 1, 2020

Highlighting dates in UWP CalendarView

Discover how to customize and adjust already displayed dates in the UWP CalendarView control. This blog post provides step-by-step instructions on date highlighting and using the FindDescendants extension method from the Windows Community Toolkit. Don't miss out on the example project available on GitHub!

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.