datagrid ... or ... listview??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Yello,

I am trying to creat an alarm list that updates, say, every .5sec.
Basicaly it will be a fifo list.

Which of the two (datagrid, or listview) would be best up for the
chalenge? I havent got a clue as to what the "norm" is for solving
this "problem".

Thanks in advance.

ps,
when does vs05 hit the shelf?
 
Hi,

Could you be more specific about what kind of data you want to show?

If you want a situation where you retrieve your data via databinding, I
recommend a datagrid, otherwise you could use a listview.
Then again, it all depends on what kind of data you want to show. Meaning:
in what way and in what form.

Cheers,
Christiaan
 
Back
Top