Hi,
Does anyone know how to detect if a RichTextBox has the Vertical Scroll Bar visible.
Not the RichTextBox.ScrollBars property.
But if RichTextBox.ScrollBars = rtfBoth, I need to actually know if the scroll bar is visible at a certain time.
Because if the RichTextBox does not have many lines in it, then the scrollbar is not visible, and I need to know if the scroll bar is there or not.
Thanks,
Rob D
Does anyone know how to detect if a RichTextBox has the Vertical Scroll Bar visible.
Not the RichTextBox.ScrollBars property.
But if RichTextBox.ScrollBars = rtfBoth, I need to actually know if the scroll bar is visible at a certain time.
Because if the RichTextBox does not have many lines in it, then the scrollbar is not visible, and I need to know if the scroll bar is there or not.
Thanks,
Rob D