View.IsScrollContainer 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.
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.