Results 1 to 2 of 2

Thread: Simple Table?

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2006
    Posts
    42

    Simple Table?

    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

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Simple Table?

    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.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width