Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

What is the better way to implement a control that looks like a ListView on 2 columns

$
0
0

I'm looking for the better way to implement a control that looks like a ListView on 2 columns, where columns have distinct height.

The excpected result is something like this:

The items of these 2 columns come from the same DataSource, and this DataSource can have between one and a dozen of items. The items must be splitted automatically (pair/impair), and when the user click on the button related to the item, this must open an item's detail page.

In a first time, I thought about using the DLToolkit FlowListView control , but it seems that the cells of each column must have the same height, so this control can't answer to my needs...

Of course, it's also possible to do this through a Grid, but in this case I should assign each item handly: this doesn't seem to be a good choice.

_Would you have other suggestions? Is there a control allowing to do this?
_


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>