How can you disable selection/focus of a checkedlistbox? Setting selectedindex = -1 works but now you can't check any items. FindForm().ActiveControl = null also doesn't work. Any ideas?
How can you disable selection/focus of a checkedlistbox? Setting selectedindex = -1 works but now you can't check any items. FindForm().ActiveControl = null also doesn't work. Any ideas?