Android.Widget.AbsListView.StackFromBottom Property
Indicates whether the content of this view is pinned to, or stacked from, the bottom edge.

Syntax

[get: Android.Runtime.Register("isStackFromBottom", "()Z", "GetIsStackFromBottomHandler")]
[set: Android.Runtime.Register("setStackFromBottom", "(Z)V", "GetSetStackFromBottom_ZHandler")]
public virtual bool StackFromBottom { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether the content of this view is pinned to, or stacked from, the bottom edge.

Set method documentation [Android Documentation]

When stack from bottom is set to true, the list fills its content starting from the bottom of the view.

Requirements

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