I have a TextArea that I don't ever want to be scrolled. When scrolling within the application that holds this TextArea, however, the scrolling stops as soon as the mouse ends up over the TextArea.
Is there any way to pass the scroll event to the application, or tell the TextArea to not claim the event?