Xaml Textbox
-
Hi I would like to develop my own program that finds the default template for a control. I would like to have a boxk that contain xaml, arranged with tabs, in a readable way (i will load it with xaml inside string) is there any control that supports that? Frame? RichTextBox?
-
Hi I would like to develop my own program that finds the default template for a control. I would like to have a boxk that contain xaml, arranged with tabs, in a readable way (i will load it with xaml inside string) is there any control that supports that? Frame? RichTextBox?
Sounds like ShowMeTheTemplate which uses the WindowsFormsHost and WebBrowser control, there is a better WebBrowser control in .Net 3.5 Sp1 beta. The RichTextBox would support the indentation but you would have to do the syntax highlighting yourself if you wanted that.