Android.Widget.TextView.MoveCursorToVisibleOffset Method
Move the cursor, if needed, so that it is at an offset that is visible to the user.

Syntax

[Android.Runtime.Register("moveCursorToVisibleOffset", "()Z", "GetMoveCursorToVisibleOffsetHandler")]
public virtual bool MoveCursorToVisibleOffset ()

Returns

Documentation for this section has not yet been entered.

Remarks

Move the cursor, if needed, so that it is at an offset that is visible to the user. This will not move the cursor if it represents more than one character (a selection range). This will only work if the TextView contains spannable text; otherwise it will do nothing.

[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