Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eliteproxy
Channel Surfer

RowList Label Word Wrap

I have a RowList which displays contentNodes. The label below the content contains very long text that needs to be trimmed. I have tried trimming anything beyond a certain character length, but I am aware that labels have a wrap attribute. I need help accessing the label and setting it's height and wrap attributes. Usually it creates a "..." at the end.

Below is an example of the RowList. I have spent weeks searching for the answer, so it would help others if found here.

    <RowList
      id="CategoryRow"
      itemComponentName="CItem"
      itemSize="[1700,500]"
      rowHeights="[460]"
      rowItemSize="[[500,300]]"
      rowItemSpacing="[[100,20]]"
      numRows="4"
      rowLabelOffset="[[0,15]]"
      rowLabelFont="font:LargeBoldSystemFont"
      rowLabelColor="0x333333"
      showRowCounter="[true]"
      showRowLabel="[true]"
      showRowCounterForShortRows="false"
      translation="[125,200]"
       />
0 Kudos