0

Is it possible to add a label which scrolls down so you can see the rest of the text ?

This is what I mean by a scrolling label field:

What I mean by a scrolling label field

Jonas Czech
  • 12,018
  • 6
  • 44
  • 65

1 Answers1

2

If you make the label multiline, and it's text is larger than it's design area, it will automatically have a scroll. You could also add a visible scroll indicator with the showScrollBar function. For instance: Pages.Page1.Label1.showScrollBar = true;

Hope that helps! :)

Luccas Clezar
  • 1,032
  • 10
  • 18