Click or drag to resize

SimpleDataHelperTResetItems Method

NOTE: In case of resets, the preferred way is to clear the List yourself, add the models through it, and then call NotifyListChangedExternally(Boolean). This saves memory by avoiding creating an intermediary array/list

Namespace:  Com.ForbiddenByte.OSA.DataHelpers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void ResetItems(
	IList<T> models,
	bool freezeEndEdge = false
)

Parameters

models
Type: System.Collections.GenericIListT
freezeEndEdge (Optional)
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also