I'm looking for an ASP.NET Control Adapter that will make the GridView control render with divs instead of as a table. I see all kinds of vapid blog posts about how this is possible but very little in ...
At some point, most applications need to present a list of items. In the pre-Windows Phone 8.1 days, this would've meant using the ListBox or the LongListSelector. But the new world of Windows ...
I've built a very rudimentary multirow edit GridView - all the rows are available for edit at the same time - and now I want to enable the up and down arrow keys to allow the user to navigate easily ...
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.