Question Flowlayoutpanel wont scroll anymore?

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I have a flowlayoutpanel. And it has focus, i can scroll thru it with mouse just fine. Only when i hit the arrow keys, it wont scroll anymore. Seems like it lose focus. What actually happen? What even did that trigger?
 
Using an arrow key, which is a navigation key, most likely causes an input control, for example a TextBox, to be selected and receive input focus.
 
Back
Top