Click or drag to resize

OSA TParams, TItemViewsHolder InsertItems Method

It preserves previously cached sizes. See ChangeItemsCount(ItemCountChangeMode, Int32, Int32, Boolean, Boolean). Note that overriding this method doesn't mean you catch all the INSERT calls. For example, a call to InsertItemWithViewsHolder(TItemViewsHolder, Int32, Boolean) would call ChangeItemsCount(ItemCountChangeMode, Int32, Int32, Boolean, Boolean) directly, in which case you should override that method instead.

Namespace: Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also