I recommend you to add the objects with Tools - Add Object.
That way the IDE will be able to help you with the list of methods.
Fillipo wrote the ListView library so he is the real expert, however AFAIK removing the rows will free that memory.
Generally speaking in most cases the .Net Framework will take care of releasing unused allocated memory.
|