PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

Is there any sample made in wpf? #223

Open saklanmazozgur opened 3 years ago

saklanmazozgur commented 3 years ago

Hello Pavel,

First of all, a perfect work and a great effort have been given. Thank you. As it is known, WinForm is not as common as before. What are the chances of a sample made in wpf?

If there is an example that I do not know, I would be glad if you can direct.

Thanks.

craftersmine commented 3 years ago

WinForms Control Host or something like that is exists in WPF

Here is official Microsoft Docs topic: https://docs.microsoft.com/en-us/dotnet/desktop/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf?view=netframeworkdesktop-4.8

saklanmazozgur commented 3 years ago

Thanks for your answer.

I saw "WinForms Control Host" but when I install the NuGet package, the FastColoredTextBox does not appear in my tools box. I could not manage to add it.