I have a monitoring program that needs to display serial data (messages) in a list. Im not sure on the best form control to use.
Each message has different parts that I want to break up into multiple columns.
So the number of columns will be fixed, the rows could be on the order of 1000's. The rows need to be added on a realtime basis, but no faster than a rate of 3 ms. Not all data has to be seen, so a vertical scroll bar is needed.
Some controls Ive some across are flexgrid, or the .net datagrid (heard it was slow though). Right now im leaning on the flexgrid.
Any other ideas?
Each message has different parts that I want to break up into multiple columns.
So the number of columns will be fixed, the rows could be on the order of 1000's. The rows need to be added on a realtime basis, but no faster than a rate of 3 ms. Not all data has to be seen, so a vertical scroll bar is needed.
Some controls Ive some across are flexgrid, or the .net datagrid (heard it was slow though). Right now im leaning on the flexgrid.
Any other ideas?