What method does one call on the UltraListView control to clear the control?
To clear the UltraTree control the call is:
UltraTree.Nodes.Clear()
What is the call for a UltraListView ?
Thanks
Hello,
UltraListView.Items collection has a method Clear(), which clears this collection, removing all UltraListViewItem instances.
Please let me know if you have any further questions .