Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RENJITHVR4
Level 7

How to disable focus for a particular Rowlist item?

I have two Rowlist,
So One has five Item and Other has one item. I want to clear focus from rowlist one when one press down button on remote.
I know
rowlistone.setFocus(false) 

won't work. Please suggest me the best way.
0 Kudos
1 REPLY 1

Re: How to disable focus for a particular Rowlist item?

This question is related to this link https://community.roku.com/t5/Roku-Developer-Program/Rowlist-focusBitmapUri-offset-on-first-focus/td...

In any Roku RSG Component using hasFocus() you can check focus is available of that component or not.

? "RowList :: rowlistone.hasFocus() : "rowlistone.hasFocus()

 

0 Kudos