In my C# 3.5 Windows Forms application, I have a few SplitContainers. There is a list control inside each (dock fill). When the focus is on one of these controls and I move mous
Use Control.MouseEnter Event to set focus to to the control. E.g. using ActiveControl Property