Is it possible to disable keyboard input to a control ? For instance a listview ? Ho do I do that? I've tried overriding the KeyUp KeyDown events but apparently that was not the way ?
IsEnabled is a good solution, however I only wish to disable keyboard interaction and leave mouse interaction intact.