Search results
17 maj 2023 · Calendar Control from scratch on .NET MAUI. # maui # dotnet # mobile # practice. This article will show how to create a calendar from scratch. In case you don't need many functionalities or if you cannot use third-party libraries, then this article is for you.
NuGet\Install-Package CalendarView.MAUI -Version 1.1.0. This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package. <PackageReference Include="CalendarView.MAUI" Version="1.1.0" />.
28 kwi 2023 · You can add a Task.Delay before executing the scroll event in the ListDates_BindingContextChanged method, here is my edited code. private async void ListDates_BindingContextChanged(object sender, EventArgs e) {. var lst = (ObservableCollection<DateItem>)((CollectionView)sender).ItemsSource; lblMonth.Text = lst.First().Year + " " + lst.First().
24 gru 2023 · Explore the creation of a CalendarView control in .NET MAUI using Handler architecture.
Simple cross platform plugin for Calendar control featuring: Displaying events by binding EventCollection. Localization support with System.Globalization.CultureInfo. Customizable colors, day view sizes/label styles, custom Header/Footer template support.
This free, open-source calendar control is a treat to work with. If you want to show some kind of calendar in your .NET MAUI app, check this one out!
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them - syncfusion/maui-demos