Click or drag to resize

OSATParams, TItemViewsHolderInsertItemWithViewsHolder Method

Call it when a stolen ViewsHolder won't be added to the adapter and so the adapter should not 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 InsertItemWithViewsHolder(
	TItemViewsHolder viewsHolder,
	int atIndex,
	bool contentPanelEndEdgeStationary
)

Parameters

viewsHolder
Type: TItemViewsHolder
atIndex
Type: SystemInt32
contentPanelEndEdgeStationary
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also