diff --git a/components/Primitives/src/WrapLayout/WrapLayout.cs b/components/Primitives/src/WrapLayout/WrapLayout.cs index cb3f9462..82b354c3 100644 --- a/components/Primitives/src/WrapLayout/WrapLayout.cs +++ b/components/Primitives/src/WrapLayout/WrapLayout.cs @@ -190,8 +190,6 @@ protected override Size MeasureOverride(VirtualizingLayoutContext context, Size context.RecycleElement(item.Element); item.Element = null; } - - continue; } else if (position.V > realizationBounds.VMax) {