I was reading over the Xamarin.Forms User Interface to try to find a GridView that I could use, but it doesn't look like one is there. So, I figured I'd ask everyone the easiest option I could go with.
Basically, what I am needing to do is to populate a control from an string array that contains an ID and a Name. I only want the Name to be displayed, and when the user select the name, to grab the ID from the selected row.
What would be my best route?
Thanks,
Brad