Hi Gurvinder Singh
Thanks for contacting Syncfusion support.
We have analyzed your query “Want to show more events in inline view on particular date” and it can be achieved in calendar. You can create as much as events you want for a particular date and the events will be displayed in inline view, you can scroll the inline view to view the loaded events in the inline view. You can provide different colors for different events and you can handle the event indicator count in month view by using MaximumEventIndicatorCount property of calendar, we have prepared a simple sample for the same.
XAML:
<calendar:SfCalendar x:Name="calendar" ShowInlineEvents="True"MaximumEventIndicatorCount="3" DataSource="{Binding Appointments}">
</calendar:SfCalendar> |
We hope that this helps you, kindly revert us if you have any concern.
Regards,
Subburaj Pandian V