Hi everyone, recently i needed to implement an double column list in one of my app.
I was ispired by an @Erel example, but i needed something slightly different, so i did this (i want to share with you, maybe could be useful to someone even if is a simple thing):

ezgif.com-optimize(4).gif

(it support odd number of elements, i adapted it to work with two columns, but you can simply edit some little functions to add other columns)
 

Attachments

  • DoubleColumn.zip
    63.4 KB · Views: 411
Top