Click or drag to resize

SRIATParams, 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:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
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.0, 3.0
See Also