3 references to GetItemHeight
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
600var avgHeight = GetItemHeight(); 607=> $"height: {(itemsInSpacer * GetItemHeight()).ToString(CultureInfo.InvariantCulture)}px; flex-shrink: 0;"; 747var effectiveItemSize = GetItemHeight();