Android.Widget.TextView.SetTextKeepState Method
Like TextView.TextFormatted, except that the cursor position (if any) is retained in the new text.

Syntax

[Android.Runtime.Register("setTextKeepState", "(Ljava/lang/CharSequence;)V", "")]
public void SetTextKeepState (Java.Lang.ICharSequence text)

See Also

TextView.TextFormatted

Parameters

text
The new text to place in the text view.

Remarks

Like TextView.TextFormatted, except that the cursor position (if any) is retained in the new text.

[Android Documentation]

Requirements

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