ComponentOne Xamarin.Android
SetWillNotDraw Method (C1ScrollViewer)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ScrollViewer Class : SetWillNotDraw Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setWillNotDraw", 
   "(Z)V", 
   "GetSetWillNotDraw_ZHandler")>
Public Overridable Sub SetWillNotDraw( _
   ByVal willNotDraw As Boolean _
) 
'Usage
 
Dim instance As C1ScrollViewer
Dim willNotDraw As Boolean
 
instance.SetWillNotDraw(willNotDraw)
[Android.Runtime.Register("setWillNotDraw", 
   "(Z)V", 
   "GetSetWillNotDraw_ZHandler")]
public virtual void SetWillNotDraw( 
   bool willNotDraw
)

Parameters

willNotDraw
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members