Closed cpallotti73 closed 3 years ago
@kingcean Can you take a look?
Hi @cpallotti73 could you please try to set Foreground
property by a color or any kind of Brush
to have a test?
Since I haven't heard back from @cpallotti73 , closing for now
I get this behaviour as well - no matter what I do. To begin with, I thought it was due to my high-DPI monitor but it can be consistently reproduced on all the dev machines that I have. Presumably the "ElementHost" is playing up??
Hi @Scandal-UK could you please try to set Foreground property by a color to have a test? And does this happen in WinForms or WPF application?
I have tried that - and even setting the font. This is WinForms (which I think just uses an ElementHost? I haven't looked closely), targeting .NET 5 or .NET Core 3.1.
Could you please confirm if you are running the project DiffPlex.WindowsForms.Demo
? It is demo of WinForms application.
Of course not, I followed the instructions on the front page?? I have created my own control now with two RichTextBox instances in a SplitContainer (with synchronised scrolling), but I'd rather use your control.
Steps to reproduce:
Could you please run the demo DiffPlex.WindowsForms.Demo
mentioned above to have a test? Or run net5.0-windows\DiffPlex.WindowsForms.Demo.exe
in DiffPlex.Win32.Demo.zip which I built locally.
I'm probably wrong, but the control displays the different colors in the differences lines but without text (see you image attached). Same problem if set 'ShowInline'. What am I doing wrong?
I use VS2019 + .net framework 4.6.1
Thanks in advance