Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / NestedScrollingEnabled Property


In This Topic
    NestedScrollingEnabled Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property NestedScrollingEnabled As Boolean
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Boolean
     
    instance.NestedScrollingEnabled = value
     
    value = instance.NestedScrollingEnabled
    public virtual bool NestedScrollingEnabled {get; set;}
    See Also