Is there a standalone visual editor for WPF XAML files? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so i开发者_如何学JAVAt can be answered with facts and citations.
Closed 4 years ago.
Improve this questionIs there a stand-alone visual (WYSIWYG) editor for WPF xaml files like the Visual Studio 2010 designer?
The VS2010 one crashes all the time and is very slow (there are lots of threads on XAML slowness in VS, but all the recommendations seem to point to editing the XML files with a text-based editor). I want a visual one as I'm very new to WPF and it would help me a lot.
Currently I have set gVim to open up .xaml files, but editing the raw XML file is not easy if you don't know all the possible options / elements / properties / attributes you have available.
I used to use Qt, and the Qt Designer application also edited XML files that specified how the UI is laid-out. It was a stand-alone application, and you never had to actually edit the XML content with a text-editor unless there was a bad problem.
Is there a WPF equivalent?
Look at Kaxaml and see if it's what you need.
Try XAMLPad which is in the Windows SDK from Microsoft. KaXAML has not been updated in quite some time from what I can tell.
Telerik allows you to edit text in xaml as you want: http://demos.telerik.com/silverlight/#RichTextBox/TelerikEditor
精彩评论