Hi, I was wondering if it were possible for APL to create some sort of list of lists.
I'm imagining a Sequence that scrolls vertically. Each component in the vertical sequence will be a horizontal Sequence that scrolls horizontally. (Think: 2d array)
I'm essentially trying to create a screen like the Netflix screen: https://www.lifewire.com/thmb/XnkbRZd21UCegx-GpqJUAMTTEag=/2880x1578/filters:no_upscale():max_bytes(150000):strip_icc()/ScreenShot2020-01-03at2.43.39PM-c823fee2c15a4caa9e3bd679c7023e0c.jpg
Is this feasible? I haven't been able to find many resources on 2d lists like this. I've worked with the basic Alexa Layout ImageList and tried going from there, but I'm not able to get the vertical scroll to work.
Thanks!