J
juli jul
Hello I am trying to do this:
this.listViewEx1.Items.IsReadOnly=true;
and get the following error:
C:\Temp\config\folder\ConfigBrowser\Form1.cs(183): Property or indexer
'System.Windows.Forms.ListView.ListViewItemCollection.IsReadOnly' cannot
be assigned to -- it is read only
How can I sove it?
Thanks a lot!
this.listViewEx1.Items.IsReadOnly=true;
and get the following error:
C:\Temp\config\folder\ConfigBrowser\Form1.cs(183): Property or indexer
'System.Windows.Forms.ListView.ListViewItemCollection.IsReadOnly' cannot
be assigned to -- it is read only
How can I sove it?
Thanks a lot!