Agenda View Styling

I am trying to make the agenda view taller, but I cannot seem to find any setting for this. How do I change the height of the agenda style? Also, I want to set the agenda to the side when the phone is in landscape mode, is there anyway to do this? I was also wondering if there is a way to put some custom information into the month header?

1 Reply

VR Vigneshkumar Ramasamy Syncfusion Team July 23, 2018 12:28 PM UTC

Hi Dalan, 
 
We have checked with your queries. 

Regarding “How do I change the height of the agenda style? Also, I want to set the agenda to the side when the phone is in landscape mode, is there any way to do this?” queries:

Currently, schedule doesn’t support to customize the total height of the Agenda view and also doesn’t support to reposition the Agenda view. As of now, your requirement can be achieved by sample level by using MonthCellTapped events where you can get the tapped cell’s appointment details and you can show it in your custom Agenda view (List view). 

Regarding “I was also wondering if there is a way to put some custom information into the month header?” query:

You can add custom information into the month Header by using ScheduleHeaderDateFormat property. For Agenda View Header, custom information can be added by using DateFontFormat property of AgendaViewStyle. Kindly refer the below code snippet,
Code snippet:
schedule.ScheduleHeaderDateFormat = "'Month Header'";

schedule.MonthViewSettings.AgendaViewStyle.DateFontFormat = "'Agenda view Header'";
You can also use custom header to add custom information into the month Header by by setting HeaderHeight property as 0.

Kindly refer our online User Guide Documentation by using the below links,
Links:
https://help.syncfusion.com/xamarin/sfschedule/headers#header-date-format 

Regards,
Vigneshkumar R 


Loader.
Up arrow icon