Hi,
How do you remove all columns from the ultralistview
e.g. in the windows listview you use me.MyListView.clear ...whats the equivelant for the ultralistview?
Thanks
UltraListView.SubItemColumns.Clear() will remove all sub-item columns. You cannot remove/hide the MainColumn.