https://sdkdocs.roku.com/display/sdkdoc/MarkupList
I'm looking for a way to have a horizontally laid out MarkupList with layoutDirection="horizontal" but that gives
=================================================================
Warnings occurred while creating XML component ChannelSurferFilter
-- Tried to set nonexistent field "layoutDirection" of a "MarkupList" node
The example MarkupList code on that page does include layoutDirection="horizontal" but that's for LayoutGroup that doesn't accept focus;
=================================================================
Warning occurred while setting a field of an RoSGNode
-- Tried to set nonexistent field "focus" of a "LayoutGroup" node
I appreciate any suggestions - thanks!