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/MarkupListI 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