File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ UI controls are available for Xamarin Forms and .NET MAUI.
11
11
### Features include:
12
12
* Ability to use the Calendar from code without referencing a UI framework.
13
13
* Ability to use and reference your own models by implementing interfaces like ` ICalendar ` , ` ICalendarDay ` , or ` IEvent ` .
14
- * Ability to set the number of rows shown or have it be automatic.
14
+ * Ability to set the number of rows/weeks 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.
@@ -23,7 +23,7 @@ UI controls are available for Xamarin Forms and .NET MAUI.
23
23
#### Standard Calendar
24
24
<img src =" https://user-images.githubusercontent.com/73718829/181294940-a12bfe05-6caa-473f-9cb4-a862927931e9.jpg " width =" 45% " >
25
25
26
- #### Custom Days Of Week (Unordered and duplicates )
26
+ #### Custom Days Of Week (Unordered/Duplicates )
27
27
<img src =" https://user-images.githubusercontent.com/73718829/181294949-1bd0e011-c0b4-4641-a779-e0f4215f4317.jpg " width =" 45% " >
28
28
29
29
#### Custom Days Of Week (3 Days Of Week)
You can’t perform that action at this time.
0 commit comments