You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When CacheLength is set to 0 and grouping is enabled, virtualization does not behave correctly. It appears that items are not realized/measured as expected during scrolling.
From what I can observe, the issue seems related to how the cache area is calculated. Specifically, it looks like the measurement of the cache region might be ignoring the height of group headers.
When CacheLength is set to 0 and grouping is enabled, virtualization does not behave correctly. It appears that items are not realized/measured as expected during scrolling.
From what I can observe, the issue seems related to how the cache area is calculated. Specifically, it looks like the measurement of the cache region might be ignoring the height of group headers.
vwp-issue-260402.mp4
As long as CacheLength is greater than 0, at least there won't be any issues with the visual experience.
vwp-issue-260402-ok.mp4