I have a multiline RadTextBox with enough text to make the scrollbar visible. Is it possible to detect when the user scrolls to the bottom?
I've done this before with a System.Windows.Forms.RichTextBox, which fires a VScroll event.
However, I don't see how to do this with a RadTextBox.