Forum Discussion

venkatareddy's avatar
8 years ago

How to Scroll Focused Rowlist Label Text

I am using Row List. I need to scroll my focused row list item label text. As of now I used ScrollingLabel. But While using this type I am getting like, all item list label text are scrolling automatically. So now I need scroll label text only on focused RowList ItemLabel Text. Thanks in advance

Here is scrolling lable :
<ScrollingLabel 
      id = "itemText" 
      maxWidth = "196" 
      translation="[0,0]" 
      font="font:MediumSystemFont" 
      height="65"
      text = ""
      horizAlign = "center" 
      vertAlign = "top" />

1 Reply