I have a scroll panel that I fill with several lines of text, but I only display one line at a time.
Currently if I click on the down arrow, it scrolls a pixel or two at a time requiring 8-10 clicks to get to the next text line.
Is there a way to tie into the scrolling nature and have it scroll (either up or down) by the number of pixels (let's say 20 px) that equate to each line of text?