Roku design docs state the following:
Strive to limit the Options menu to no more than 4 local options and 2 global options.
Stuffing the Option menu with too many choices slows down users’ interaction with your channel UI and goes against Roku’s core principle of simplicity. If you find that there are too many features in your Options menus, consider refactoring your channel’s UI or removing features not essential to your channel experience on the Roku platform.
I can't locate any documentation on the Options menu. Is this something that is shown along with the search option?
Also, Almost all examples with any lists show them vertical orientation - is that part of the UX guidelines? I am working on building a channel which requires a dynamically created menu which will then display RowList. Do I need to display the menu as a LabelList on the left or is it possible to display it on the top? I imagine that is what the Options menu is - would appreciate any help.