vote up 1 vote down star

Blend tends to create its XAML in very long lines.

Is there a way to reformat it so that the properties of each element are lined up vertically under each other?

flag

2 Answers

vote up 0 vote down check

You can do it by using Visual Studio:

Change the default settings for XAML documents, and then use CTRL+E,D (Edit | Advanced | Format Document) or CTRL+E,F (Edit | Advanced | Format Selection).

http://weblogs.asp.net/fmarguerie/archive/2008/06/07/xaml-markup-formatting-in-visual-studio.aspx

link|flag
vote up 0 vote down

There isn't a feature in Blend that will autoformat XAML. I usually do xaml formatting with Visual Studio.

Another option is to paste your XAML into Kaxaml and use its excellent XAML scrubber, then paste the result back into Blend. You can see a demo on Channel9: http://channel9.msdn.com/shows/Continuum/Kaxaml/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.