ListView.OutOfViewDistance
OutOfViewDistance
The distance a list item must be out of view before it's removed and added back into the list item pool.
Can be used as a spatial buffer in the event the rendered size of a list item extends beyond its LayoutSize.
Declaration
public float OutOfViewDistance { get; set; }