ComponentOne Xamarin.Android
SetHorizontallyScrolling Method (C1ClearableEditText)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ClearableEditText Class : SetHorizontallyScrolling Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setHorizontallyScrolling", 
   "(Z)V", 
   "GetSetHorizontallyScrolling_ZHandler")>
Public Overridable Sub SetHorizontallyScrolling( _
   ByVal whether As Boolean _
) 
'Usage
 
Dim instance As C1ClearableEditText
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

Reference

C1ClearableEditText Class
C1ClearableEditText Members