AbsListView.TranscriptMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current transcript mode. -or- Puts the list or grid into transcript mode.
public virtual Android.Widget.TranscriptMode TranscriptMode { [Android.Runtime.Register("getTranscriptMode", "()I", "GetGetTranscriptModeHandler")] get; [Android.Runtime.Register("setTranscriptMode", "(I)V", "GetSetTranscriptMode_IHandler")] set; }
[<get: Android.Runtime.Register("getTranscriptMode", "()I", "GetGetTranscriptModeHandler")>]
[<set: Android.Runtime.Register("setTranscriptMode", "(I)V", "GetSetTranscriptMode_IHandler")>]
member this.TranscriptMode : Android.Widget.TranscriptMode with get, set
Property Value
#TRANSCRIPT_MODE_DISABLED
, #TRANSCRIPT_MODE_NORMAL
or
#TRANSCRIPT_MODE_ALWAYS_SCROLL
- Attributes
Remarks
Property getter documentation:
Returns the current transcript mode.
Java documentation for android.widget.AbsListView.getTranscriptMode()
.
Property setter documentation:
Puts the list or grid into transcript mode. In this mode the list or grid will always scroll to the bottom to show new items.
Java documentation for android.widget.AbsListView.setTranscriptMode(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.