Hello guys,
I am writing an application for iOS and Android using Xamarin Forms layout and I need to something like Flow Panel.
In the application I want to display the list of services (tags) which some facility provides.
It should be just a list of Labels placed one after another and when there is not enough width, it will go to the next line.
Is there some visual element (control) which can do that for me?
Thank you for your help!