I need the equivalent of a WrapPanel for my Xamarin.Android test app.
The goal is to put the maximum of things available on one line, and when there is no more space available, to make a new line with that.
In a lot of case, this will help to have my application looking very nicely in horizontal or vertical layout.
How could I have the same behavior on Xamarin for android?
Thank you