Articles in this section
Category / Section

How to hide leading and trailing days in Xamarin.Forms Schedule (SfSchedule)

1 min read

You can hide the leading and trailing days the current month by using the PreviousMonthTextColor and NextMonthTextColor properties of MonthViewCellStyle in Xamarin.Forms SfSchedule.

XAML

You can set Transparent to PreviousMonthTextColor and CurrentMonthTextColor to hide the leading and trailing days.

<syncfusion:SfSchedule x:Name="Schedule" ScheduleView="MonthView">
        <syncfusion:SfSchedule.MonthCellStyle>
            <syncfusion:MonthViewCellStyle PreviousMonthTextColor="Transparent" 
                                                                  NextMonthTextColor="Transparent"/>
        </syncfusion:SfSchedule.MonthCellStyle>
 </syncfusion:SfSchedule>

View sample in GitHub

Demo image for leading and trailing days

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied