Create A FlowLayoutPanel with a height of 50px and a width of 50 px, set autoscroll to true.
Insert a textbox into the FlowLayoutPanel set the textbox Multilineto true, Set the height to 200.
Paste a page of text into the text field of the textbox.
Run your program and click on the text in the textbox. You should see the text move and possible one line of text will automatically be selected.
Why does this happen? Any way to stop this behavior?