-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
💥 regression-previewRegression from a preview releaseRegression from a preview release
Description
-
.NET Core Version:
.NET SDK 5.0.100-rc.1.20420.14 -
Have you experienced this same bug with .NET Framework?:
No
Minimal repro:
- Create application with ListView in virtual mode
- Run application
- Select any item in ListView
Expected behavior:
Exception should not be displayed.
Actual behavior:
'When the ListView is in virtual mode, you cannot enumerate through the ListView items collection using an enumerator or call GetEnumerator. Use the ListView items indexer instead and access an item by index value.' exception is displayed
Metadata
Metadata
Assignees
Labels
💥 regression-previewRegression from a preview releaseRegression from a preview release