Click or drag to resize

GridExampleRefresh Method

contentPanelEndEdgeStationary is overridden by the corresponding setting in the drawer. This is because the ILazyListSimpleDataManagerTItem

calls refresh after any data modification, but it can't know about the drawer panel settings, since it calls the parameterless version of Refresh(), which calls this version

Namespace:  frame8.ScrollRectItemsAdapter.GridExample
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override void Refresh(
	bool contentPanelEndEdgeStationary,
	bool keepVelocity = false
)

Parameters

contentPanelEndEdgeStationary
Type: SystemBoolean
ignored for this demo
keepVelocity (Optional)
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also