AbsListView.ReclaimViews(IList<View>) Method
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.
Move all views (excluding headers and footers) held by this AbsListView into the supplied List.
[Android.Runtime.Register("reclaimViews", "(Ljava/util/List;)V", "GetReclaimViews_Ljava_util_List_Handler")]
public virtual void ReclaimViews (System.Collections.Generic.IList<Android.Views.View>? views);
[<Android.Runtime.Register("reclaimViews", "(Ljava/util/List;)V", "GetReclaimViews_Ljava_util_List_Handler")>]
abstract member ReclaimViews : System.Collections.Generic.IList<Android.Views.View> -> unit
override this.ReclaimViews : System.Collections.Generic.IList<Android.Views.View> -> unit
Parameters
- Attributes
Remarks
Move all views (excluding headers and footers) held by this AbsListView into the supplied List. This includes views displayed on the screen as well as views stored in AbsListView's internal view recycler.
Java documentation for android.widget.AbsListView.reclaimViews(java.util.List<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.