5 references to OverscanCount
Microsoft.AspNetCore.Components.Web (5)
Virtualization\Virtualize.cs (5)
302var capacity = _visibleItemCapacity > 0 ? _visibleItemCapacity : OverscanCount * 2 + 1; 303var desiredItemsBefore = Math.Max(0, clamped - OverscanCount); 744maxItemCount += OverscanCount * 2; 753itemsInSpacer = Math.Max(0, (int)Math.Floor(spacerSize / effectiveItemSize) - OverscanCount); 754visibleItemCapacity = (int)Math.Ceiling(containerSize / effectiveItemSize) + 2 * OverscanCount;