.NET Core Version:
Have you experienced this same bug with .NET Framework?:
Repro steps:
- Create a ListView in virtual mode with 1 million items (or use
NET5 project from VirtualListView.zip).
- Add
Application.SetHighDpiMode(HighDpiMode.SystemAware) line to Program.cs
- Start scrolling up/down
Actual behavior:
Items disappear:

Expected behavior:
Items should be displayed