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


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