We have requuest for following functionality:
In Windows listview should be one column used for marking specific rows. The 'marked' rows wil contain some image here (i.e. asterix), another rows none (*null image).
It should be changed by single click limited to the specified column. It means, no whole row click, but only click at this specific column on selected row.
I can imagine it can be simple done via CheckBox visualisation of the column field, but the requestor prefers an image.