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


In This Topic
StopNestedScroll Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("stopNestedScroll", 
   "()V", 
   "GetStopNestedScrollHandler", 
   ApiSince=21)>
Public Overridable Sub StopNestedScroll() 
 
'Usage
 
Dim instance As C1ComboBox
 
instance.StopNestedScroll()
See Also