ComponentOne Xamarin.Android
SetHorizontallyScrolling Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox 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 C1CheckBox
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

C1CheckBox Class
C1CheckBox Members