Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / ScheduleLayoutAnimation Method


In This Topic
    ScheduleLayoutAnimation Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("scheduleLayoutAnimation", 
       "()V", 
       "GetScheduleLayoutAnimationHandler")>
    Public Overridable Sub ScheduleLayoutAnimation() 
    'Usage
     
    
    Dim instance As FlexGrid
     
    instance.ScheduleLayoutAnimation()
    [Android.Runtime.Register("scheduleLayoutAnimation", 
       "()V", 
       "GetScheduleLayoutAnimationHandler")]
    public virtual void ScheduleLayoutAnimation()
    See Also