View Single Post
06/28/18, 03:43 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,987
Correct me if I'm wrong but a label is not scrollable as it only holds one line of text as far as I know.
Or maybe you need to put the string with \n line break into the label control text like
labelCtrl:SetText("Line1\nLine2")


The possible functions for a label control can be found here:
http://wiki.esoui.com/Controls#LabelControl
  Reply With Quote