0

I am trying to use the AvalonText wpf control with a custom xmhl highlighting file. The control will appear as the row detail of a data grid so I can't set the highlighter at run time (or at least I don't know how) and would rather do it in XAML even if I can. Does anyone know how to accomplish this?

Lance
  • 611
  • 6
  • 28
  • You can't do everything in XAML. You can partially do something in XAML using dependency properties/behaviors but the rest of the logic will go to the class file and will have to do it in runtime. – 123 456 789 0 Nov 13 '14 at 21:05
  • That being the case, is there a way to do this initialization when the row detail is created? – Lance Nov 13 '14 at 22:08

0 Answers0