Question TableLayoutPanel Jumps On Click Problem

MrFred

New member
Joined
May 7, 2010
Messages
1
Programming Experience
Beginner
Hi All,

I have a TableLayoutPanel which I fill with controls dynamicallly at runtime. The controls display correctly and the scroll bars appear as expected because there are too many row to display at once.

When I click on one of the controls in the upper panel that is always on view it responds correctly BUT if I scroll down to a control that was not in the opening view (that originally was out of sight) and click on it, it does not respond and instead the panel immediately jumps up to the first row and displays it instead of remaining steady.

How can I over come this jumping behaviour.

Thanks in advance,

MrFred.
 
Back
Top