Does anyone know of a way to have a gridview, or a listview.... that is larger than the display width of the device?
Ideally what I would like is a view that acts like a spreadsheet....
The first column needs to be fixed horizontally.
The first row needs needs to be fixed vertically.
The inner area needs to scroll normally (naturally without obscuring the fixed column and row).
I do apologize for asking so many questions, but this is my first try using Xamarin (thought not my first rodeo).
I'm trying to take a vertical slice of my requirements and implement them fully.