I am working with Xamarin forms and have the requirement to add entry fields dynamically on button tap, the user can add any number of entry fields on the tap of button
I want to know how do i proceed with this as the main hurdle that i am facing here is to maintain the UI and if more entry fields are added the user should be able to scroll them to see the values he has added in the entry fields.
Another issues here would be to get the values out of those entry fields which are dynamically added, can you please suggest how to proceed with this