Skip to main content

All Questions

6 votes
1 answer
7k views

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 ...
joe's user avatar
  • 8,614
5 votes
2 answers
5k views

Check Scrollbar Visibility

Is there a way to check if the Vertical Scroll Bar is visible on a certain ListView object? I got a Windows Forms with a listView on it, on the resize event i would like to catch if the listview has ...
Cloaky's user avatar
  • 1,115