Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetHorizontallyScrolling Method


In This Topic
    SetHorizontallyScrolling Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setHorizontallyScrolling", 
       "(Z)V", 
       "GetSetHorizontallyScrolling_ZHandler")>
    Public Overridable Sub SetHorizontallyScrolling( _
       ByVal whether As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim whether As Boolean
     
    instance.SetHorizontallyScrolling(whether)
    [Android.Runtime.Register("setHorizontallyScrolling", 
       "(Z)V", 
       "GetSetHorizontallyScrolling_ZHandler")]
    public virtual void SetHorizontallyScrolling( 
       bool whether
    )

    Parameters

    whether
    See Also