CollectionView (.NET 11): document Windows handler update - #3402
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit baa5ff8: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Documents the .NET MAUI (.NET 11) Windows CollectionView default handler change so readers understand the new ItemsRepeater-based behavior and how to temporarily opt out if needed.
Changes:
- Updates
ms.datefor the CollectionView docs page. - Adds a .NET 11+ monikered section describing the default Windows
CollectionViewHandler2, behavioral differences (virtualization/scrolling/selection visuals), and an MSBuild opt-out property.
Show a summary per file
| File | Description |
|---|---|
| docs/user-interface/controls/collectionview/index.md | Adds .NET 11 Windows handler guidance (default, behavior differences, opt-out) and updates page date. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit ecc3354: ✅ Validation status: passed
For more details, please refer to the build report. |
Summary
ItemsRepeater-based benefits, selection visual difference, and temporary opt-out path.ms.dateto 07/08/2026.Source verification
ItemsRepeatertemplate usage.Validation
git diff --checkdocs/user-interface/controls/collectionview/index.mdInternal previews