Skip to content

[11.0 P3] Blazor 11.0 Preview 3 updates#36977

Open
guardrex wants to merge 6 commits intomainfrom
guardrex/blazor-11-p3-updates
Open

[11.0 P3] Blazor 11.0 Preview 3 updates#36977
guardrex wants to merge 6 commits intomainfrom
guardrex/blazor-11-p3-updates

Conversation

@guardrex
Copy link
Copy Markdown
Collaborator

@guardrex guardrex commented Apr 10, 2026

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 the OverscanCount update in the text to avoid having to version the entire table just to make the passing remark on the default value.


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/components/quickgrid.md aspnetcore/blazor/components/quickgrid
aspnetcore/blazor/components/virtualization.md aspnetcore/blazor/components/virtualization

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 Virtualize runtime adaptation and the OverscanCount default 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/old OverscanCount defaults 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.
aspnetcore/blazor/components/quickgrid.md Updates the OverscanCount bullet to document default value differences by .NET version.

Copy link
Copy Markdown
Member

@ilonatommy ilonatommy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look correct. Thank you!

Copy link
Copy Markdown
Member

@ilonatommy ilonatommy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait. I didn't notice it's touching QuickGrid as well.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@guardrex
Copy link
Copy Markdown
Collaborator Author

Thanks @ilonatommy ... will hold this until release on Tuesday.

@guardrex guardrex self-assigned this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[11.0 P3] Virtualize adapts to variable-height items at runtime

3 participants