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

JonasCz
  • 11,174
  • 6
  • 40
  • 61

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
  • 953
  • 10
  • 16