xamarin.forms - Xamarin Forms: handle multiple item per row -
in xamarin forms want show multiple image (2) in row: example of i'd do:
in many q&a i've seen use of xlabs gridview project no longer maintained.
i think can create custom cell stacklayout inside row recycle policy work? , how can handle item tapped if have 2 column per row?
thanks
you can take flowlistview. have never used sounds good.
<flv:flowlistview.flowcolumntemplate> <datatemplate> <label horizontaloptions="fill" verticaloptions="fill" xalign="center" yalign="center" text="{binding title}"/> </datatemplate> </flv:flowlistview.flowcolumntemplate>
Comments
Post a Comment