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: 

Horizontal pagination for each row in the rowlist

Hello
I want to implement horizontal pagination but got stuck at redrawing the rowlist after updating respective content node. content node got updated successfully but visually the the hidden items of the row are shown instead of newly added items. is there anything I need to after updating the content node of the rowlist. I found "currfocusColumn" field in roku developer docs but have no idea about using it. can anyone help me with this. Thanks in advance.

         contents = []
        'created content nodes for new items
        contents = getSectionContents(newTitles)
        if(contents.count() > 0)
            m.sectionList.content.getChild(m.row).update({ children: contents })
        end if
Labels (1)
0 Kudos
1 REPLY 1
andyross
Roku Guru

Re: Horizontal pagination for each row in the rowlist

This is better answered in the Roku Developer forums:

https://community.roku.com/t5/Developers/ct-p/channel-developers 

0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.