I need the ability to add/delete/modify rows to a listview.
***********************************
* name * Ip address* Status * Ping*
***********************************
* Joe * 24.5.123.1* online * 123 *
* Bill * 24.1.2.3 * online * 234 *
* etc. *
***********************************

These rows can change at any time depending if someone is connected. I also do not know in advance how many rows there will be.
Problem: Listviews want you to define the row items (name, joe bill, etc) in the code before you start using them??? How can I do this or should I use a different control such as the GRID Control?......Much appreciate your answers.