I have selected the checkboxes property for the listview control but do not want the user to change the checked property (true or false) of any item in this list. If one disables the listview control to disable the checked property one automatically disables the whole control and it is not possible to select any item on this list by the itemclick event then. I wish to be able to select any item by the itemclick event but do not wish to allow the user to change the checked property. Can somebody please help.