Android.Views.View.OnDrawScrollBars Method

Syntax

[Android.Runtime.Register("onDrawScrollBars", "(Landroid/graphics/Canvas;)V", "")]
protected void OnDrawScrollBars (Android.Graphics.Canvas canvas)

See Also

View.AwakenScrollBars(int)

Parameters

canvas
the canvas on which to draw the scrollbars

Remarks

Request the drawing of the horizontal and the vertical scrollbar. The scrollbars are painted only if they have been awakened first.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7