I have a WindowsForm application that has a FlowLayoutPanel
container with a TextBox
inside.
This control is bigger than the flow panel, I've set the flow panel to AutoScroll = true
.
The problem is I don't know how to make the flow panel scroll to the position of the text edition. If I write continuously in the textbox eventually I pass beyond of what it is visible. The scroll remains at the top and I can't see what it is written.
In consequence the question is, how can I make the container react to keep visible what it is being written?