Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / ScrollX Property


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