Dotnet listview refresh

hy everyone.......I have made a script which takes the input from scene state into dotnet listview. and I have made a refresh button which should refresh my listview if I add more scene state. but I dont know how to do that. any help will be appreciated........

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
sajjadi's picture

thanks. I did it. acutally i

thanks. I did it. acutally i wanted to delete and add once again the whole list.. thanks anyway.............

jos's picture

If your code where you do the

If your code where you do the

theLv.items.addRange rows		
--Add the array of rows to the listView control.

is in a function, just call the function again..

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.