event
ListView.OnScrolledPastStart
Invoked when the list is scrolled beyond the first list element. Provides the distance between the edge of content and edge of the viewport.
Returns
Type | Description |
---|---|
System.Action<float> |
Remarks
This event will fire every frame the ListView is scrolled while in this state. This provides the most flexibility to the event subscribers, but it does mean this event can be a bit noisy.