Feb 25, 2003 #1 V vellaima Centurion Joined Jan 29, 2003 Messages 109 Is it possible to make checkboxes of ListView readonly. Meaning i do not want the user to check or to uncheck the item.
Is it possible to make checkboxes of ListView readonly. Meaning i do not want the user to check or to uncheck the item.
Feb 25, 2003 #2 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England I suspect the closest you'd get is catching the ItemCheck event and cancelling it somehow.