jaxim
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2018
07:47 AM
Appear to focusing on the 2nd item of a RowList??
I have a RowList component. I would like to display each row as an ever-looping carousel where the focused item is well within the TV safe area.
Ideally, the 1st item of the row is in focus and if there are enough video thumbnails to warrant an infinite looping video carousel, then a portion of the last thumbnail will be visible to the left of the selected item - with the other portion of the last thumbnail would be offscreen.
What is the best way to accomplish this kind of effect?
Ideally, the 1st item of the row is in focus and if there are enough video thumbnails to warrant an infinite looping video carousel, then a portion of the last thumbnail will be visible to the left of the selected item - with the other portion of the last thumbnail would be offscreen.
What is the best way to accomplish this kind of effect?
3 REPLIES 3
jaxim
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018
07:26 AM
Re: Appear to focusing on the 2nd item of a RowList??
I am still investigating this. Has anyone seen this working in another app?
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018
07:28 PM
Re: Appear to focusing on the 2nd item of a RowList??
Basically you want to set the "focusXOffset" for the rowlist. Try setting the offset to half of your hdposter thumbnail width.
"
"
jaxim
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018
01:35 PM
Re: Appear to focusing on the 2nd item of a RowList??
This worked when I also coupled it with rowLabelOffset.[/color]