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

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - PyInstaller UAC not working in onefile mode -