WinUIEdit
WinUIEdit copied to clipboard
Code editor control for UWP and WinUI 3 based on Scintilla
Hi, I have a small issue I can't seem to solve: I want to preserve the vertical scroll position when replacing text via `SetText`. Currently, the editor always scrolls to...
Is there a way to change the theming of the syntax highlight? Also, is there a list with the available languages and its codes for the `CodeEditorControl.HighlightingLanguage` property? I love...
Here are some features I wanted for touch/pen support, to maintain similar behavior with RichEditBox in WinUI. 1. Touch/Pen dragging up and down should scroll instead of selecting text. 2....
I would like to use this control in my app, but it seems like there is no way to bind the text to a `viewmodel` but maybe I just missed...
## Problem When attempting to include MicaEditor into a different solution, compilation fails because the project is hard-coded to expect the `packages` directory to always be at the same level...
Replaced all links to `..\packages` with `$(SolutionDir)packages`, allowing the projects to be used in other solutions without issue. Fixes #2