geomatics-io / ObjectListView

ObjectListView is a .NET ListView wired on caffeine, guarana and steroids. More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.
http://objectlistview.sourceforge.net/cs/index.html
GNU General Public License v3.0
118 stars 59 forks source link

readonly #16

Open MuNet opened 1 year ago

MuNet commented 1 year ago

How do you make the cell editable, but it's read-only? Because I only want the user to copy the cell content and not modify it.