I have a ListView with 3 columns and would like to edit the third column, aka Subitem[1]. If I set ListView.ReadOnly to False, it allows me to edit the caption of the selected item. Is there an easy way to do the same thing for the subitem? I would like to stay away from adding a borderless control on top that does the editing.
Share
You can Edit a subitem of the listview (in report mode) using a TEdit, a custom message and handling the
OnClickevent of the ListView.Try this sample