Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a standalone visual editor for WPF XAML files? [closed]

Is 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?

like image 298
Srdjant Avatar asked Oct 20 '10 08:10

Srdjant


People also ask

How do I open and edit XAML files?

To open the XAML Designer, right-click a XAML file in Solution Explorer and choose View Designer. to switch which window appears on top: either the artboard or the XAML editor.

Can WPF application run in browser?

WPF Browser applications (or XAML Browser applications, or XBAP) are a specific kind of application that are compiled into . xbap extensions and can be run in Internet Explorer.

Is XAML still supported?

XAML is dead. No wait - Long live XAML. XAML (Extensible Application Markup Language) started life as a simple thin UI markup layer, but has had a surprisingly eventful history. Developers on Microsoft's technology stack have been witnesses to XAML's phenomenal rise as well as its teetering on the edge of life support.

How do I open XAML live preview?

The XAML Live Preview window is available during debugging. To open it, go to Debug > Windows > XAML Live Preview. Or, select the Show in XAML Live Preview button in the application toolbar.

Is there a stand-alone WPF XAML Editor like Visual Studio 2010 designer?

Is 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).

How do I open a XAML file in Visual Studio?

These include the artboard (which is the visual design surface), XAML editor, Document Outline window (Objects and Timeline window in Blend for Visual Studio), and Properties window. To open the XAML Designer, right-click a XAML file in Solution Explorer and choose View Designer.

What is included in the workspace in XAML designer?

The workspace in XAML Designer consists of several visual interface elements. These include the artboard (which is the visual design surface), XAML editor, Document Outline window (Objects and Timeline window in Blend for Visual Studio), and Properties window.

How do I use the XAML designer?

To open the XAML Designer, right-click a XAML file in Solution Explorer and choose View Designer. XAML Designer provides a XAML view and a synchronized Design view of your app's rendered XAML markup.


2 Answers

Look at Kaxaml and see if it's what you need.

like image 176
Torbjörn Hansson Avatar answered Oct 20 '22 10:10

Torbjörn Hansson


Try XAMLPad which is in the Windows SDK from Microsoft. KaXAML has not been updated in quite some time from what I can tell.

like image 27
Louis Duran Avatar answered Oct 20 '22 09:10

Louis Duran