Click or drag to resize

OSATParams, TItemViewsHolderRemoveItemWithViewsHolder Method

Remove the item that uses this views holder

Call it with stealViewsHolderInsteadOfRecycle set to true, if you want to remove a ViewsHolder from the view. The adapter won't be responsible for its lifecycle anymore.

If the item was stolen, it'll be unregistered automatically

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void RemoveItemWithViewsHolder(
	TItemViewsHolder viewsHolder,
	bool stealViewsHolderInsteadOfRecycle,
	bool contentPanelEndEdgeStationary
)

Parameters

viewsHolder
Type: TItemViewsHolder
stealViewsHolderInsteadOfRecycle
Type: SystemBoolean
contentPanelEndEdgeStationary
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also