C
CaptainCaveman
Hi,
Is it possible to make a listview column read only?
If so, how is it possible?
TIA
CC
Is it possible to make a listview column read only?
If so, how is it possible?
TIA
CC
Is it possible to make a listview column read only?
If so, how is it possible?
Although I agree that the data should not be editable in a ListView cell,
I am finding that if I treble click in the first column I am able to edit
the text. The cell text becomes surrounded by square brackets, e.g. [My
Text], and I am therefore able to edit the text.
I already handle the double click, but it seems the third click makes the
cell editable.
Any further help would be much appreciated.
CaptainCaveman said:Hi,
Is it possible to make a listview column read only?
If so, how is it possible?
The first column is editable unless you set "LabelEdit" false in
Properties.
The other columns are always read only. Just go to Properties and set
"LabelEdit" false and you will have what you want.