Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
remove maincolumn / subcolumns from ultralistview
posted

 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 

  • 69832
    Offline posted

    UltraListView.SubItemColumns.Clear() will remove all sub-item columns. You cannot remove/hide the MainColumn.