Hello,
I would like to create something like this, but I am not sure what is the correct approach
Section A ---------
itemA1 itemA2 itemA3 itemA4 itemA5 itemA6 …itemN1
Section B ---------
itemB1 itemB2 itemB3 itemB4 itemB5 itemB6 …itemN2
first four items of each row are rendered initially and the rest updated on the fly.
I was able to create a MarkupGrid with the horizontal list of SectionA setting
m.markuplist.numColumns=“4”
m.markuplist.numRows=“1”
This gets respected, but when I create both sections, both in both sections I see multiple rows instead of one per section.
Should I switch to RowList instead?
Or should I create my lists myself and manage focus behaviour between them myself?
Would this also bring off the screen elements on screen automatically when they gain focus? I am afraid they don’t?
Thanks!
Bonus question: When I want to have a button between or before those sections, what should I use?
