Android.Resource.Attribute.TranscriptMode Field
Sets the transcript mode for the list.

Value: 16843008

Syntax

[Android.Runtime.Register("transcriptMode")]
public const int TranscriptMode

Remarks

Sets the transcript mode for the list. In transcript mode, the list scrolls to the bottom to make new items visible when they are added.
ConstantValueDescription
disabled0 Disables transcript mode. This is the default value.
normal1 The list will automatically scroll to the bottom when a data set change notification is received and only if the last item is already visible on screen.
alwaysScroll2 The list will automatically scroll to the bottom, no matter what items are currently visible.

Must be one of the following constant values.

[Android Documentation]

Requirements

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