M
Miesha.James
Hello.
Is there a way you can insert a new row between current rows in a .NET
listview? I tried and it was no success. The reason I want to do
this is because when the application starts up it prints a list of
id's in the listview window. The window has to be updated every
2seconds and I would need to be able to insert the data pertaining to
a certain id under that id.
So far, I havent found a way to acheive this so I'm currently updating
the entire window and reprinting everything. Unfortunately, this
doesnt allow the user to click on the id and expand the rows and show
the information under the id or to hide the information under the id,
because the id is constantly being updated.
Also, is there a way to stop the flicker in a listview when it is
being updated?
Does anyone have any suggestions?
Thanks.
Is there a way you can insert a new row between current rows in a .NET
listview? I tried and it was no success. The reason I want to do
this is because when the application starts up it prints a list of
id's in the listview window. The window has to be updated every
2seconds and I would need to be able to insert the data pertaining to
a certain id under that id.
So far, I havent found a way to acheive this so I'm currently updating
the entire window and reprinting everything. Unfortunately, this
doesnt allow the user to click on the id and expand the rows and show
the information under the id or to hide the information under the id,
because the id is constantly being updated.
Also, is there a way to stop the flicker in a listview when it is
being updated?
Does anyone have any suggestions?
Thanks.