I am porting over a MT.Dialog app to a Forms app to work on all 3 devices.
What Forms UI element do I use to produce a classic table with section headers. It's for a financial app, so there is an account title, then rows of numbers, then account title...Classic UITableView look and feel.
Thanks in advance.