UITextList is meant as an example -- a starting point -- for your own chat window. This is why it's in the Examples folder. You could certainly expand it adding a scroll bar to it, but you will need to write the logic for it yourself -- set the size of it based on the number of lines visible divided by the total number of lines, and the position based on the text list's offset.