Does easyGUI support scrolling text on the screen?
Yes, by using a Paragraph item the text can scroll vertically, either pixel by pixel, or text line by text line, as desired. Horizontal scrolling can be handled through a variable being part of the X coordinate, with the variable value being incremented at run-time. |