Click or drag to resize

ItemCountChangeMode Enumeration

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum ItemCountChangeMode
Members
  Member nameValueDescription
RESET0 The items count will be set to the specified count. The cached list of sizes will be cleared and all items will initially have the default size DefaultItemSize
INSERT1The items count will be increased by the specified count
REMOVE-1The items count will be decreased by the specified count
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also