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
thanks. I did it. acutally i
thanks. I did it. acutally i wanted to delete and add once again the whole list.. thanks anyway.............
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..