Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Blazor docs and .NET 11 release notes to reflect .NET 11 Preview 3 changes to Virtualize (variable-height runtime adaptation) and associated overscan defaults, plus a corresponding note in the QuickGrid article.
Changes:
- Add a .NET 11 release-notes entry describing
Virtualizeruntime adaptation and theOverscanCountdefault change. - Version the Item size and Overscan count sections in the virtualization article for .NET 11 behavior/defaults.
Update the QuickGrid parameter description to mention the new/oldOverscanCountdefaults across .NET versions.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| aspnetcore/release-notes/aspnetcore-11/includes/blazor.md | Adds a release-notes item describing Virtualize runtime variable-height behavior and default overscan change. |
| aspnetcore/blazor/components/virtualization.md | Adds versioned guidance for .NET 11 vs earlier around item measurement and overscan default. |
OverscanCount bullet to document default value differences by .NET version. |
ilonatommy
approved these changes
Apr 10, 2026
Member
ilonatommy
left a comment
There was a problem hiding this comment.
Changes look correct. Thank you!
ilonatommy
requested changes
Apr 10, 2026
Member
ilonatommy
left a comment
There was a problem hiding this comment.
Wait. I didn't notice it's touching QuickGrid as well.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ilonatommy
reviewed
Apr 10, 2026
…tnet/AspNetCore.Docs into guardrex/blazor-11-p3-updates
ilonatommy
approved these changes
Apr 10, 2026
Collaborator
Author
|
Thanks @ilonatommy ... will hold this until release on Tuesday. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #36976
Ilona ... Best if you run an eye over the content in ...
https://learn.microsoft.com/en-us/aspnet/core/blazor/components/virtualization?view=aspnetcore-10.0
... to see if any other changes are required. There's a bit of "spacing"-related content further down the article, and I'm not sure if those remarks require updates.
In the Quickgrid article, I'm going to deal with versioning theOverscanCountupdate in the text to avoid having to version the entire table just to make the passing remark on the default value.Internal previews