View.IsScrollContainer Property

Definition

Indicates whether this view is one of the set of scrollable containers in its window.

public virtual bool IsScrollContainer { [Android.Runtime.Register("isScrollContainer", "()Z", "GetIsScrollContainerHandler")] get; }
[<get: Android.Runtime.Register("isScrollContainer", "()Z", "GetIsScrollContainerHandler")>]
member this.IsScrollContainer : bool

Property Value

whether this view is one of the set of scrollable containers in its window

Attributes

Remarks

Indicates whether this view is one of the set of scrollable containers in its window.

Java documentation for android.view.View.isScrollContainer().

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