Panel not getting focus
问题 I am continuing to program some kind of keyboard navigation in my simple graphic program (using C#). And I ran into trouble once again. My problem is that I want to process the keyboard input to move a layer around. Moving the layer with the mouse already works quite well, yet the control doesn't get the focus ( neither KeyUp/KeyDown/KeyPress nor GotFocus/LostFocus is triggered for this control ). Since my class derives from Panel (and overwrites a couple of events), I've also overwritten the