Hey guys, is there any way to create a dual column vertical list view? I mean, I can do it with a short list, but for my case of use it will be connected to a big table, so the performance won’t be the best… Any way to do that with a regular vertical list?
You can’t natively display two independent list datasources in one mobile list, instead feed the vertical list a list of item-pairs (chunk the results into groups of 2) and render each pair as two side-by-side cells or as a Horizontal list inside the vertical row.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.