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........
Forum topic · General Scripting
Dotnet listview refresh
By sajjadi · 2012-02-07
Description
Comments (2)
sajjadi · 2012-02-10
thanks. I did it. acutally i wanted to delete and add once again the whole list.. thanks anyway.............
jos · 2012-02-09
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..