ListView.RemoveFooterView(View) Method

Definition

Removes a previously-added footer view.

[Android.Runtime.Register("removeFooterView", "(Landroid/view/View;)Z", "GetRemoveFooterView_Landroid_view_View_Handler")]
public virtual bool RemoveFooterView (Android.Views.View? v);
[<Android.Runtime.Register("removeFooterView", "(Landroid/view/View;)Z", "GetRemoveFooterView_Landroid_view_View_Handler")>]
abstract member RemoveFooterView : Android.Views.View -> bool
override this.RemoveFooterView : Android.Views.View -> bool

Parameters

v
View

The view to remove

Returns

true if the view was removed, false if the view was not a footer view

Attributes

Remarks

Removes a previously-added footer view.

Java documentation for android.widget.ListView.removeFooterView(android.view.View).

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