In my project i have the tabControl shown below and inside of it i have a richTextBox on which i enabled the Vertical ScrollBar... In the richTextBox i have some "Assembly commands" and each time i highlight the instruction that is executed. My problem is when some of the last instructions i have in the textbox, must execute, those are not visible, so i have to drag manually the scrollbar.
What i'm trying to do is to set the scrollbar to move up/down by itself without any user interaction.
is there any possible solution for my problem? thanks