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: 
uj24153
Binge Watcher

Markup List is not scrolling to next item when focus

Jump to solution

here is my MarkupList code

<MarkupList 
            id = "scheduleMarkupList" 
            translation = "[350,348]"
            itemComponentName = "ListItemSchedule" 
            itemSize = "[ 1220, 100 ]" 
            itemSpacing = "[ 0, 0 ]" 
            drawFocusFeedback = "true" 
            visible = "true"
            focusBitmapUri="pkg:/images/list_focused.9.png"
            vertFocusAnimationStyle = "floatingFocus" />

 and the problem is when i add data in it it shows vertically which is great but when i press down key and focus is rapidly going down very well but when last shown item arrives the focus go down to next item which is not currently visible but list do not scroll it up so i can see it.

but focus is working well.

thanks.

0 Kudos
1 Solution

Accepted Solutions
uj24153
Binge Watcher

Re: Markup List is not scrolling to next item when focus

Jump to solution

i have solved it by using 

vertFocusAnimationStyle = "fixedFocus"

in MarkupList. 

View solution in original post

0 Kudos
1 REPLY 1
uj24153
Binge Watcher

Re: Markup List is not scrolling to next item when focus

Jump to solution

i have solved it by using 

vertFocusAnimationStyle = "fixedFocus"

in MarkupList. 

0 Kudos