Author Topic: UITextlist ScrollBar  (Read 2959 times)

Nseries

  • Guest
UITextlist ScrollBar
« on: June 28, 2013, 12:27:59 PM »
Hello. Maybe anybody have ideas how create vertical scroll bar for UITextList(Chat)?  :)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UITextlist ScrollBar
« Reply #1 on: June 28, 2013, 03:51:25 PM »
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.