GridAdapterTParams, TCellVHRefresh Method |
Overriding base's implementation so that we pass the cells count to our own implementation which converts them to group count before further passing it to the base impl.
Namespace:
frame8.ScrollRectItemsAdapter.Util.GridView
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic override void Refresh(
bool contentPanelEndEdgeStationary = false,
bool keepVelocity = false
)
Parameters
- contentPanelEndEdgeStationary (Optional)
- Type: SystemBoolean
- keepVelocity (Optional)
- Type: SystemBoolean
Version InformationOptimized ScrollView Adapter
Supported in: 4.0, 3.0
See Also