VB.NET Windows mobile - Displaying columns of data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Carona
    New Member
    • Dec 2007
    • 10

    VB.NET Windows mobile - Displaying columns of data

    Hi,
    This seems like a simple question, even for someone as green as me, but i'm not sure of how to proceed. I'm working with WM5 and have a simple application with some data that i want to display to the user in a tabular form. For example there will be several lines with columns of id, name, address etc. The data is not taken from a database, assume it is hardcoded in as it is arbitary to the problem.

    I'm not sure how best to display this information, I've had a look at DataGrid but it seems complicated for a simple problem. Is there an easier way to display the data, if not, does anyone know of any good examples of using DataGrid in this way?

    Thanks in advance,
    Paul.
Working...