Articles in this section

How to show full screen scheduler views in WinUI Scheduler (Calendar)

With the help of the TimeIntervalSize property in the WinUI Scheduler, display the full-screen scheduler views.

XAML

To display the full-screen scheduler, set the TimeIntervalSize property to -1 in the DaysViewSettings for Day, Week, and WorkWeek views, and in the TimelineViewSettings for TimelineDay, TimelineWeek, and TimelineWorkWeek views.

<Grid x:Name="grid">
    <syncfusion:SfScheduler x:Name="schedule"
                        ViewType="Week"
                        >
        <syncfusion:SfScheduler.DaysViewSettings>
            <syncfusion:DaysViewSettings 
    TimeIntervalSize="-1"/>
        </syncfusion:SfScheduler.DaysViewSettings>
        <syncfusion:SfScheduler.TimelineViewSettings>
            <syncfusion:TimelineViewSettings 
    TimeIntervalSize="-1"/>
        </syncfusion:SfScheduler.TimelineViewSettings>
    </syncfusion:SfScheduler>
    <interactivity:Interaction.Behaviors>
        <local:ScheduleBehavior/>
    </interactivity:Interaction.Behaviors>
</Grid>

Show full screen scheduler views

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