Skip to main content

All Questions

2 votes
2 answers
3k views

How can I determine if a VB.NET ListView is displaying vertical scrollbar to user

I feel like this should be something simple, but I can't seem to find out how to do this. I have a list view control, and I would just like to be able to determine if the vertical scroll bar is ...
slister's user avatar
  • 779
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