Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / StopNestedScroll Method


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