does the data must be editable?
if not you could use a textbox with TAB separated values, or a
virtaullistview (there is one in codeproject or if you have access to .NET
2.0 the windows.forms.listview has inbuild virtual abilities)
and please do NOT crosspost, this is unfriendly.
"Rajat" <rajat.tandon (AT) algorismtech (DOT) com> schrieb im Newsbeitrag
news:eNw3hCw$FHA.2520 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
Quote:
Hi,
I am receiving data from an external source in form of events. The
incoming
events are very fast. Initially I was using windows datagrid control to
display the data, but it seems to be very slow.
Please tell me, how can I create my own custom lightweight grid to solve
this issue or point me towards any custom implementation of datagrid.
Thanks & Regards,
Rajat. |