ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1LoopPanel Class / InvisibleChildrenLayoutDelay Property

In This Topic
    InvisibleChildrenLayoutDelay Property
    In This Topic
    Gets or sets the System.Int32 value specifying the amount of time in milliseconds for which layout of invisible childrent should be delayed at loading. The default value is 0.
    Syntax
    'Declaration
     
    Public Property InvisibleChildrenLayoutDelay As System.Integer
    public System.int InvisibleChildrenLayoutDelay {get; set;}
    Remarks
    Set this property to some value if you see delays at loading complicated UI.
    See Also