Hi,
I'm looking into the viability of using the WinForms RadSyntaxEditor for a small project.
I think I've come across a bug when it comes to DPI scaling.
The component itself seems to work fine with DPI scaling except for the search/find functionality. When you search for some text and click to go to the first instance it finds, the actual text is off screen, though it is highlighted correctly (when you scroll down you can see it highlighted).
If I set the CaretPosition manually to a line further in the document, it also displays correctly so it seems to be specifically limited to the built-in Search/Find panel.
This is easy to replicate by changing Windows display scale to anything other than 100%.