Sample code below works with a ListView in dotnet 4.8 and netcore3.1 but not in netcore5.0
The form for code below is simply a button and a ListView displaying in LargeIcon mode:
The checkboxes and text labels do work, just the image missing.
ownerDraw does work using the same bitmap from LargeImageList.
TestListView Core.zip