List with 2 columns

Hi,

Sorry for the dumb question, but is there a built in way to implement a list with 2 columns? I want it to look something like this image. Any help on this would be greatly appreciated!

Thanks!

You can look at the Grid to see how to create columns. You might use a list with columns inside or you might just use .row and .col with the grid itself.

Thanks! I’ll try that.