Please let me know if there is something else I can help you with.
Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
This doesn't smoothly scroll the control to the bottom. It looks very unprofessional.
Dinko | Tech Support Engineer
Telerik team
commented on 15 Feb 2023, 09:44 AM
What else I can suggest is to manually change the value of the ScrollBar on every tick of DispatcherTimer. This way you could achieve a similar smooth scroll effect. For example, you could start the timer with a button click. Then you can use the radRichTextEditor1.RichTextBoxElement.ActiveEditorPresenter.ScrollToVerticalOffset() method to offset the thumb.