C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / ScheduleLayoutAnimation Method


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