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


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