1

In my wpf application, I have a requirement to format the textblock to show code snippet. Is there anything out there that already does this?

So return VSConstants.S_OK; should in the textblock show up as,

enter image description here

Tarun Arora
  • 4,692
  • 4
  • 30
  • 40

1 Answers1

3

Maybe you can try this control:

http://syntaxhighlightbox.codeplex.com/

Tony
  • 16,527
  • 15
  • 80
  • 134