-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with text selection when content is scrolled #109
Comments
|
I'm also struggling with this, any chance this can be looked into? |
I'm trying to display Markdown text as shown in the binding example, but in this case, I can't select the text. Can you please advise on how to resolve this issue? <md:MarkdownScrollViewer |
@PhillBang You can only select text in AvaloniaEdit.TextEditor from my experience. |
I solved it by overriding RequestBringIntoViewEvent event:
|
When the markdown is scrolled down, then selection behaves in a strange way - content is scrolled automatically to the top and random text gets selected.

Avalonia 11.0.0-preview6
Markdown.Avalonia 11.0.0-b1
The text was updated successfully, but these errors were encountered: