What would be the right way to create a responsive fluid grid in Xamarin.Forms? In the CSS world, this can be accomplished by using inline-block divs or flexboxes. What is the equivalent in Xamarin.Forms? (I don't consider checking screen sizes programatically and changing the column number as a responsive solution but rather an adaptive one as in media queries.)
Answers
I'm searching for the same thing...
Nothing good yet
Hi friends, @LGMaestrelli , @JohnL1111
Maybe that helps you :
You could use this: https://github.com/daniel-luberda/DLToolkit.Forms.Controls/tree/master/FlowListView
not quite as cool as the FlowListView from Daniel - but super simple Forms PCL GridView here
Support for MaxColumns / ItemTemplate / ItemsSource bindings.
Thanks