Xamarin 每年每月和每周形成日历视图以显示提醒
Xamarin forms Calendar view yearly monthly and weekly to show reminder
xamarin 表单中是否有任何日历控件可以帮助在日历中显示提醒,如下面提供的屏幕截图所示。
年度视图>
https://drive.google.com/open?id=0B0Yycy9pDgSYbWJxaEpOblhfZ1E
月度视图>
https://drive.google.com/open?id=0B0Yycy9pDgSYWTVTR1BRV1VabzA
每周视图>
https://drive.google.com/open?id=0B0Yycy9pDgSYX21lUGpydnV0ZGM
我试过 Sfcalendar https://help.syncfusion.com/xamarin/sfcalendar/overview
它具有相似的设计视图,但我发现很难让它在年度视图中显示提醒标记。有什么办法可以做到这一点吗?
提前致谢
就像@hvaughan3 所说的 Telerik Calendar 将帮助您实现这一点,重要的一点是日历本身有点难以理解自定义等功能,但您可以实现非常复杂的事情,例如:
这是link:https://docs.telerik.com/devtools/xamarin/controls/calendar/calendar-overview
正如您已经提到的,SfCalendar 控件支持在日历日期添加约会。通过添加约会集合的方式,它将在所需日期显示带有指示器的事件。我们可以在月视图中将指标用作余数,但在年视图中不支持。将来可能会添加此支持。 SfCalendar 控件没有周视图。所以我们可以使用 SfSchedule 控件,其中周视图支持与其他内置视图(日、工作周和月)一起使用。截至目前,提醒支持在控件中不可用。您可以参考下面的在线用户指南文档了解更多关于 SFSchedule 控件和 SFCalendar 控件的信息。
SfChedule:https://help.syncfusion.com/xamarin/sfschedule/getting-started
SfCalendar: https://help.syncfusion.com/xamarin/sfcalendar/overview
xamarin 表单中是否有任何日历控件可以帮助在日历中显示提醒,如下面提供的屏幕截图所示。
年度视图>
https://drive.google.com/open?id=0B0Yycy9pDgSYbWJxaEpOblhfZ1E
月度视图>
https://drive.google.com/open?id=0B0Yycy9pDgSYWTVTR1BRV1VabzA
每周视图>
https://drive.google.com/open?id=0B0Yycy9pDgSYX21lUGpydnV0ZGM
我试过 Sfcalendar https://help.syncfusion.com/xamarin/sfcalendar/overview
它具有相似的设计视图,但我发现很难让它在年度视图中显示提醒标记。有什么办法可以做到这一点吗?
提前致谢
就像@hvaughan3 所说的 Telerik Calendar 将帮助您实现这一点,重要的一点是日历本身有点难以理解自定义等功能,但您可以实现非常复杂的事情,例如:
这是link:https://docs.telerik.com/devtools/xamarin/controls/calendar/calendar-overview
正如您已经提到的,SfCalendar 控件支持在日历日期添加约会。通过添加约会集合的方式,它将在所需日期显示带有指示器的事件。我们可以在月视图中将指标用作余数,但在年视图中不支持。将来可能会添加此支持。 SfCalendar 控件没有周视图。所以我们可以使用 SfSchedule 控件,其中周视图支持与其他内置视图(日、工作周和月)一起使用。截至目前,提醒支持在控件中不可用。您可以参考下面的在线用户指南文档了解更多关于 SFSchedule 控件和 SFCalendar 控件的信息。
SfChedule:https://help.syncfusion.com/xamarin/sfschedule/getting-started
SfCalendar: https://help.syncfusion.com/xamarin/sfcalendar/overview