Click or drag to resize

SimpleDataHelperTList Property

NOTE: If you modify the list directly, the changes won't be reflected in the adapter unless you call NotifyListChangedExternally(Boolean)

This is not encouraged for partial inserts/removes (i.e. when some of the items should be kept), because it updates all items' views. Use only if necessary

Namespace:  Com.ForbiddenByte.OSA.DataHelpers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public List<T> List { get; }

Property Value

Type: ListT
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also