Open
Description
would be nice if one could click on the arrows of the ScrollBarMargin control as used in TextArea to scroll, and even better if one could drag the handle around to scroll.
my naive guess is that it could be sufficient to just add a handler argument to the spots that emit the text fragments like here:
('class:scrollbar.arrow', self.up_arrow_symbol, scroll_up_handler),