I'm trying to create a grid usercontrol. This means that when i press "UP" it goes to the cell above (...so on for all directions) tab goes to the right and enter goes down. Now all these keys (excluding enter) change control focus so i've got a problem using them. How can i lock focus on the control so that these keys won't change it and so that i can use these keys for other things?