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


In This Topic
    ScrollY Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ScrollY As Integer
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Integer
     
    instance.ScrollY = value
     
    value = instance.ScrollY
    public int ScrollY {get; set;}
    See Also