C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / ScheduleLayoutAnimation Method


In This Topic
ScheduleLayoutAnimation Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("scheduleLayoutAnimation", 
   "()V", 
   "GetScheduleLayoutAnimationHandler")>
Public Overridable Sub ScheduleLayoutAnimation() 
 
'Usage
 
Dim instance As C1ScrollViewer
 
instance.ScheduleLayoutAnimation()
See Also