2
Views
1
Comments
Learn program recplicate screen
Question

Hello guys,


I´m trying to achieve the screen from the final assignment in outsystems tutorial and learn programs.

How can i be able to produce the following screen? I tried to use a list with list items, but it is simply listing in vertical with scroll...

2023-12-07 07-51-40
Remco Dekkinga
 
MVP

Hi Nelson,

I'm not going to spoil the assignment here, but I can at least think of several possibilities.

1. You can try to build the screen using a Gallery with checkboxes.

2. You can try to build the screen using a 5 column layout with in each column a webblock that shows the seats per line. Each column gets 3 seats.

3. You can try to build the screen using the list, but instead of a separate seat per line, try it with a webblock with a group of 5 seats. Each new row gets 5 seats.

Try to play around with these options and maybe you come up with an even better option.

Kind regards,

Remco Dekkinga

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.