xamarin.forms - Xamarin Forms: handle multiple item per row -


in xamarin forms want show multiple image (2) in row: example of i'd do:

enter image description here

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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -