How to tell if a C# control has a vertical scroll

Started by
1 comment, last by Mulligan 19 years, 10 months ago
Im using a Panel class with AutoScroll and cant figure out how to determine if it is currently displaying a scroll bar. Any ideas?
Advertisement
Panel inherits from ScrollableControl, which has HScroll and VScroll boolean properties you can check, however they''re not public, but protected.

------------
- outRider -
[EDIT] ok, strange, it works now. Thanks.

[edited by - Mulligan on June 7, 2004 11:38:02 PM]

This topic is closed to new replies.

Advertisement