Quote Originally Posted by Troy Lundin
Ok. How would I determine if the scrollbar is visible. I cannot use Panel1.ScrollStateVScrollVisible because that would be too easy. VB doesn't like it. What should I use?
The VScroll property of a panel returns a boolean value indicating whether the vertical scrollbar is visible or not.