@@ -10,17 +10,33 @@ UI controls are available for Xamarin Forms and .NET MAUI.
10
10
11
11
### Features include:
12
12
* Ability to use the Calendar from code without referencing a UI framework.
13
- * Ability to use and reference your own models by implementing ICalendarDay.
13
+ * Ability to use and reference your own models by implementing interfaces like ` ICalendar ` , ` ICalendarDay ` , or ` IEvent ` .
14
14
* Ability to set the number of rows shown or have it be automatic.
15
15
* Ability to change the start of the week to any day of the week.
16
16
* Ability to select single, multiple or a range of dates.
17
17
* Ability to restrict navigation to a range of dates and define how the calendar loops.
18
- * Ability to specify your own custom order of days of week at any length , with support for duplicates and non-chronological orders.
19
- * Fully customisable CalendarView with custom controls, templates, and exposed default commands.
18
+ * Ability to specify your own custom order of days of week, with support for duplicates and non-chronological orders.
19
+ * Fully customisable CalendarView with custom controls, templates, and exposed default styles and commands.
20
20
* Support for localising text (such as days of the week and day numbers).
21
21
* And more!
22
22
23
- <img src =" https://user-images.githubusercontent.com/73718829/181294940-a12bfe05-6caa-473f-9cb4-a862927931e9.jpg " width =" 45% " > <img src =" https://user-images.githubusercontent.com/73718829/181294949-1bd0e011-c0b4-4641-a779-e0f4215f4317.jpg " width =" 45% " > <img src =" https://user-images.githubusercontent.com/73718829/181294956-50c49fa6-bcd4-4409-8504-7edd08cb5b52.jpg " width =" 45% " > <img src =" https://user-images.githubusercontent.com/73718829/181294963-1454ad2d-ed4e-4796-865f-5150300f7846.jpg " width =" 45% " > <img src =" https://user-images.githubusercontent.com/73718829/181294970-b4d6a4dc-b723-4e0e-98e6-95102d5e7d39.jpg " width =" 45% " > <img src =" https://user-images.githubusercontent.com/73718829/181294977-bcb4c74c-8ae5-4289-b841-efec946d87d5.jpg " width =" 45% " >
23
+ #### Standard Calendar
24
+ <img src =" https://user-images.githubusercontent.com/73718829/181294940-a12bfe05-6caa-473f-9cb4-a862927931e9.jpg " width =" 45% " >
25
+
26
+ #### Custom Days Of Week (Unordered and duplicates)
27
+ <img src =" https://user-images.githubusercontent.com/73718829/181294949-1bd0e011-c0b4-4641-a779-e0f4215f4317.jpg " width =" 45% " >
28
+
29
+ #### Custom Days Of Week (3 Days Of Week)
30
+ <img src =" https://user-images.githubusercontent.com/73718829/181294956-50c49fa6-bcd4-4409-8504-7edd08cb5b52.jpg " width =" 45% " >
31
+
32
+ #### Custom Week Amount (1 Week)
33
+ <img src =" https://user-images.githubusercontent.com/73718829/181294963-1454ad2d-ed4e-4796-865f-5150300f7846.jpg " width =" 45% " >
34
+
35
+ #### Custom Week Amount (2 Weeks)
36
+ <img src =" https://user-images.githubusercontent.com/73718829/181294970-b4d6a4dc-b723-4e0e-98e6-95102d5e7d39.jpg " width =" 45% " >
37
+
38
+ #### Day Styles
39
+ <img src =" https://user-images.githubusercontent.com/73718829/181294977-bcb4c74c-8ae5-4289-b841-efec946d87d5.jpg " width =" 45% " >
24
40
25
41
Examples in the sample app include:
26
42
0 commit comments