PDA

Click to See Complete Forum and Search --> : Simple Table?


andyismilesaway
Apr 17th, 2007, 09:38 AM
Hi again,

Im not sure if this should go out to the general VS2005 forum but im looking for a way on a mobile device to display a table with data that is held in an array. Not a hell of a lot of data, a mobile dev could handle it.

I see there is the DataGrid thing but that seems a bit much for what I want.
I ideally just want to be able to feed cells with data.

C1= "Fred"

etc.

Thanks again,

Andy

Shaggy Hiker
Apr 20th, 2007, 04:17 PM
I would say that you have two or three options. Normally, when you just want to show an array, you use is ListBox. A datagrid would give you some additional capabilities, at the cost that it is not quite as simple. Lastly, you can look to see whether you can have a ListView in Detail Mode. I haven't looked at the CF to see whether that control and that Mode method are available.