Is there a way to use Xamarin.Forms to render a 'traditional' table control (similar to a WPF DataGrid), i.e. something that would have a set of columns, with column headers and then show data in the columns, preferably scrollable (with stationary column headings) if the number of rows in the table exceeds the available real estate?
If so, a small example using markup would be much appreciated.