AbsListView.StackFromBottom Property

Definition

Indicates whether the content of this view is pinned to, or stacked from, the bottom edge. -or- When stack from bottom is set to true, the list fills its content starting from the bottom of the view.

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

Property Value

true if the content is stacked from the bottom edge, false otherwise

Attributes

Remarks

Property getter documentation:

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

Java documentation for android.widget.AbsListView.isStackFromBottom().

Property setter documentation:

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

Java documentation for android.widget.AbsListView.setStackFromBottom(boolean).

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.

Applies to