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