I have a form on which is a listview control that is refreshed by a timer every 10 seconds. Before I enter the code to populate the listview I call
listview1.items.clear()
but the listview does not clear. If I add a button to the form and add that code beneath the click event it works. What could be wrong?
listview1.items.clear()
but the listview does not clear. If I add a button to the form and add that code beneath the click event it works. What could be wrong?