Is the anyway to stop the whole listview from refreshing everytime I add (or edit) an item? I need to listview to update very quickly, at the moment its pretty slow (due to refreshing every time??)

Is there an alternative to a list view that is faster? I have considered using a print method with some sort of sorting, but this is very messy. Any ideas?

Cheers