You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am trying to use AvaloniaEdit 0.10.12.2 NuGet in one my Avalonia project. I choose TextEditor control to display logs from application. I am able to display log message but I have a problem with scrolling to the end of document (the last line). I tried to used ScrollToLine method but do not work.
I checked VerticalOffset property and it is equal 0 after the action. When I scroll by mouse the value changes.
I also tried to put this line to AvaloniaEdit master project, but also without any result.
Could You advice me how I should implement code to get above described scrolling effect?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I am trying to use AvaloniaEdit 0.10.12.2 NuGet in one my Avalonia project. I choose TextEditor control to display logs from application. I am able to display log message but I have a problem with scrolling to the end of document (the last line). I tried to used ScrollToLine method but do not work.
I checked VerticalOffset property and it is equal 0 after the action. When I scroll by mouse the value changes.
I also tried to put this line to AvaloniaEdit master project, but also without any result.
Could You advice me how I should implement code to get above described scrolling effect?
Beta Was this translation helpful? Give feedback.
All reactions