XamForms.Controls.Calendar
1.0.7
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package XamForms.Controls.Calendar --version 1.0.7
NuGet\Install-Package XamForms.Controls.Calendar -Version 1.0.7
<PackageReference Include="XamForms.Controls.Calendar" Version="1.0.7" />
paket add XamForms.Controls.Calendar --version 1.0.7
#r "nuget: XamForms.Controls.Calendar, 1.0.7"
// Install XamForms.Controls.Calendar as a Cake Addin #addin nuget:?package=XamForms.Controls.Calendar&version=1.0.7 // Install XamForms.Controls.Calendar as a Cake Tool #tool nuget:?package=XamForms.Controls.Calendar&version=1.0.7
Custom calendar control for Xamarin.Forms.
Customizable border thickness, color, background colors and formats.
Built against: 2.1.0.6521
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Universal Windows Platform | uap was computed. uap10 is compatible. uap10.0 was computed. |
Windows Phone | wpa81 is compatible. |
Windows Store | win81 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
- Xamarin.Forms (>= 2.0.1.6521)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
[1.0.7]
- Fix for Android StackOverflow problem when ShowNumberOfWeek is enabled
[1.0.6]
- Add 'DisableAllDates', make it possible to disable all dates by default (you can enable again with SpecialDates)
- Add Month and Year view for Calendar
- Add 'Show' to show number of the week
- Add missing property WeekdaysFontAttributes
- Fix WeekdaysTextColor was not set
- Fix SelectedDate is now TwoWay binding
[1.0.5]
- Add support to select multiple dates
- Fix background color for Special Dates that where selected/deselected
[1.0.4]
- Fixed Missing references: Cannot locate resource from ‘ms-appx:///XamForms.Controls.Calendar.UWP/Resources.xaml’.
[1.0.3]
- Windows is working now
- Extra Special Dates where you can change the style of specific dates
- Some fixes
[1.0.2]
- Initital Calandar Control (No Windows yet)
- Some fixes