Click or drag to resize

OSATParams, TItemViewsHolderInsertItemWithViewsHolder Method

This can be called to insert a views holder that was externally created or that was previously stolen via RemoveItemWithViewsHolder(TItemViewsHolder, Boolean, Boolean)

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.3
See Also