المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Huge amounts of ListView-Items in ListView. Performance?



C# Programming
07-25-2009, 05:10 PM
Hi there,

I am currently developing a CAN-Monitor (Controller Area Network). The messages
are received event-driven. At the moment the display of the messages is done by a ListView.
In the near future the number of received messages will grow up to ~ 600-800 messages per second.
The messages (encapsulated in a specific object) are delivered to the view via event to a event-handler-method.

Is there a alternative to the ListView which is more performant than the standard-one?

Thanx in advance!