Directly editing cells in a listbox usually requires the user to tab out of a cell in order to clear edit mode in that cell (set up with listbox.EditCell). I also need tobe able to clear edit mode when I click on another control (e.g a button, tabpanel). How can that be achieved?