RecyclableGridScrollContentInitialize Method |
This method makes or resets the recyclable items.
Namespace:
AndroidLocalGalleryPlugin
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void Initialize(
IRecyclableGridScrollContentDataProvider dataProvider,
bool initPosition
)
Parameters
- dataProvider
- Type: AndroidLocalGalleryPluginIRecyclableGridScrollContentDataProvider
Get informations like a DataCount from Controller Script which inherits IRecyclableGridScrollContentDataProvider. - initPosition
- Type: SystemBoolean
Scrolled position is initialized if it's true. False may be used when you want to support paging feature.
See Also