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