Android.Widget.TextView.BringPointIntoView Method
Move the point, specified by the offset, into the view if it is needed.

Syntax

[Android.Runtime.Register("bringPointIntoView", "(I)Z", "GetBringPointIntoView_IHandler")]
public virtual bool BringPointIntoView (int offset)

Parameters

offset
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Move the point, specified by the offset, into the view if it is needed. This has to be called after layout. Returns true if anything changed.

[Android Documentation]

Requirements

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