ListView.OverscrollFooter 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.
Sets the drawable that will be drawn below all other list content.
public virtual Android.Graphics.Drawables.Drawable? OverscrollFooter { [Android.Runtime.Register("getOverscrollFooter", "()Landroid/graphics/drawable/Drawable;", "GetGetOverscrollFooterHandler")] get; [Android.Runtime.Register("setOverscrollFooter", "(Landroid/graphics/drawable/Drawable;)V", "GetSetOverscrollFooter_Landroid_graphics_drawable_Drawable_Handler")] set; }
[<get: Android.Runtime.Register("getOverscrollFooter", "()Landroid/graphics/drawable/Drawable;", "GetGetOverscrollFooterHandler")>]
[<set: Android.Runtime.Register("setOverscrollFooter", "(Landroid/graphics/drawable/Drawable;)V", "GetSetOverscrollFooter_Landroid_graphics_drawable_Drawable_Handler")>]
member this.OverscrollFooter : Android.Graphics.Drawables.Drawable with get, set
Property Value
The drawable that will be drawn below all other list content
- Attributes
Remarks
Property getter documentation:
Java documentation for android.widget.ListView.getOverscrollFooter()
.
Property setter documentation:
Sets the drawable that will be drawn below all other list content. This area can become visible when the user overscrolls the list, or when the list's content does not fully fill the container area.
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.