CCListView control usage enhancement on clearing view

I notice that the ListView uses the CCListView ActiveX control. Most ActiveX controls emulating the ListView class have access to the Redraw and Clear properties. Does CCListView?

If so, when Fixing all issues and clearing the entire list, can't it set the Redraw to False, Clear the Object, and then reset the Redraw to True. This would clear the listview all at once, versus one cell at a time.