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

In This Topic
    ExtendOnOverflow Property (AppointmentsCoverPane)
    In This Topic
    Gets or sets a System.Boolean value, specifying the CoverElementsPane behavior in the case when covering elements do not fit into the available space. If False, the CoverElementsOverflowProperty will be set to True. This is default behavior. If True, the covered element will be extended in order to accommodate all covering elements.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property ExtendOnOverflow As Boolean
    [DefaultValue(false)]
    public bool ExtendOnOverflow {get; set;}
    See Also