المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Is scrollbar hidden?



C# Programming
03-15-2010, 04:24 AM
I have RichTextBox with the ScrollBars property set to Both. In a forms-based program, I would like to be able to programatically determine if a given scroll bar--vertical or horizontal--is visible (i.e., showing or not, depending on the RichTextBox contents.)

Thanks,
Tom