I am very new to Xamarin Forms & I must use use version 2.5...
I have a 1-to-Many (parent/child) relationship in an MVC form that I must replicate in a phone application using Xamarin Forms. In MVC, I would simply use a partial to expose the child records on 1 form. I am hoping to not require the user to move across pages...and that I can simply have 2 buttons at the bottom of the page (see attached image)
- Does Xamarin forms have the concept of a Partials?
- What control or set of controls would best fit this scenario?
- Is this even possible
Thanks