Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AppointmentsCoverPane Class / UseSimpleLayout Property

In This Topic
    UseSimpleLayout Property
    In This Topic
    Only set this property to false if you use complex layout in the custom C1Scheduler control template and found problems with laying out appointments at runtime. In such case AppointmentsCoverPane will use more slow algorithm to determine what elements should be used to layout appointments over them.
    Syntax
    'Declaration
     
    
    Public Property UseSimpleLayout As Boolean
    public bool UseSimpleLayout {get; set;}
    See Also