A
alexia
Hi All,
This issue troubles me for a long time.
I have a RichTextBox which is being updated using Append() method.
My problem is that I want the RichTextBox to be updated and prevent it
from being scrolled at the same time if the user is clicking the
control.
When the user clicks the control the caret position is changed which
is suppose to be, but if Append happens, the caret is being moved to
the end of the control which causes the control to scroll.
Is there a way to cause the control to be updated with the new text
and prevent it from being scrolled down?
Thanks for the help.
This issue troubles me for a long time.
I have a RichTextBox which is being updated using Append() method.
My problem is that I want the RichTextBox to be updated and prevent it
from being scrolled at the same time if the user is clicking the
control.
When the user clicks the control the caret position is changed which
is suppose to be, but if Append happens, the caret is being moved to
the end of the control which causes the control to scroll.
Is there a way to cause the control to be updated with the new text
and prevent it from being scrolled down?
Thanks for the help.