joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2016
01:36 PM
MarkupList vertFocusAnimationStyle
I have a MarkupList and was hoping to have the list not move, but when the selector gets to the bottom and user presses down, it wraps to the top. And vice versa, pressing up at the top should wrap to the bottom. Maybe there's a convenient way to do it?
It seems strange that MarkupList documentation makes no mention of vertFocusAnimationStyle https://sdkdocs.roku.com/display/sdkdoc/MarkupList
I found this forum post https://forums.roku.com/viewtopic.php?f=34&t=94270 and applying this to the MarkupList gets it close,
but the selector doesn't wrap at the ends.
Looks like ArrayGrid supports the folliowing: floatingFocus, fixedFocusWrap, fixedFocus - why isn't there a "floatingFocusWrap" option?
It seems strange that MarkupList documentation makes no mention of vertFocusAnimationStyle https://sdkdocs.roku.com/display/sdkdoc/MarkupList
I found this forum post https://forums.roku.com/viewtopic.php?f=34&t=94270 and applying this to the MarkupList gets it close,
vertFocusAnimationStyle = "floatingFocus"
but the selector doesn't wrap at the ends.
Looks like ArrayGrid supports the folliowing: floatingFocus, fixedFocusWrap, fixedFocus - why isn't there a "floatingFocusWrap" option?
aspiring
1 REPLY 1
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2016
03:56 PM
Re: MarkupList vertFocusAnimationStyle
Feature Request - add a new option for "floatingFocusWrap" to MarkupList vertFocusAnimationStyle
aspiring