Hiding ListViewItem instead of removing it?
问题 The common way to NOT display a ListViewItem is to remove it. I my current project, this makes things too complicated compared to the possibility of just hiding the item. Is there any way to hide a ListViewItem instead of removing it? What I have tried so far: Using OwnerDraw=true , the DrawItem event doesn't provide anything useful: Bounds is read-only and changing properties of Item is useless. Inherit ListView and override WndProc was my next attempt, but I was not able to find any of the