I\'m using VS2010, Windows 7
I have a panel with lots of picture-boxes. It has
AutoScroll = true
The scroll bars work properly when i d
Try
private void panel1_MouseEnter(object sender, EventArgs e) { panel1.Focus(); }