I want the natural animation and control of the RowList but I also want to be able to catch when the user presses left vs right. I understand I could probably use observers to see the focused / unfocused item and compare them.. but I'd like to catch the buttons while also allowing the RowList to preform its own actions.
Also, there's a writeable property called "jumpToRowItem" but I don't see one for "animateToRowItem" ?
How do I animate to the next/previous row? "animateToItem" says it accepts an integer so I assume that's just the column... or is that column + row where a grid looking like this would be:
1 - 2 - 3 - 4
5 - 6 - 7 - 8
?
Reference:
https://sdkdocs.roku.com/display/sdkdoc/RowList