If you're used to ListBox or LongListSelector, find out how the GridView and ListView controls for Windows Phone 8.1 can do it better. At some point, most applications need to present a list of items.
I'm writing a data viewer application for my company. There are lots of different inter-related data sets, and I use lots of GridViews with links to go to record details, etc. My problem is that we're ...