Android.Views.View.RequestRectangleOnScreen Method
Request that a rectangle of this view be visible on the screen, scrolling if necessary just enough.

Syntax

[Android.Runtime.Register("requestRectangleOnScreen", "(Landroid/graphics/Rect;Z)Z", "GetRequestRectangleOnScreen_Landroid_graphics_Rect_ZHandler")]
public virtual bool RequestRectangleOnScreen (Android.Graphics.Rect rectangle, bool immediate)

Parameters

rectangle
The rectangle.
immediate
True to forbid animated scrolling, false otherwise

Returns

Documentation for this section has not yet been entered.

Remarks

Request that a rectangle of this view be visible on the screen, scrolling if necessary just enough.

A View should call this if it maintains some notion of which part of its content is interesting. For example, a text editing view should call this when its cursor moves.

When immediate is set to true, scrolling will not be animated.

[Android Documentation]

Requirements

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