Hey everyone,
I have a question i want to make in a pop up a list but then i want to make 2 columns in the list, for exemple:
Record 1 record 2
Record 3 record 4
Can anyone tell me how i can build this?
I found something overhere: https://success.outsystems.com/Documentation/How-to_Guides/Front-End/How_to_show_records_side_by_side_in_a_List_Record_widget but this is in traditional i think.
Thank you,
Stefan
Hi Stefan,
Enclose your list element content in a container with 50% width, and that's it:
You also can use Gallery widget from OutSystemsUI, to define the number of elements in desktop, tablet, phone, like on the image below:
Kind Regards,João
Thank you legend!