Page 1 of 1

Scrolling in a widget

Posted: Thu Jul 16, 2020 10:39 pm
by pink
Can I make my widget scroll?

I have a widget to display text, but sometimes the text will be longer than can be displayed. How can I get it to scroll?

The only widget so far that I have seen that scrolls is the SVG picker, but I haven't been able to dissect it yet.

Re: Scrolling in a widget

Posted: Fri Jul 17, 2020 11:29 pm
by bwmilby
Take a look at the tree view widget code. It includes a scroller piece. It is actually segmented out pretty much.