tags:

views:

26

answers:

1

Hi All,

I've started to do some WPF development and I'm switching between xaml and the designer. This causes the attributes for each element to be ordered differently, which makes things hard to read unless I go though and order everything manually.

Is there an easier way to do this?

eg.

A: 

Take a look at Visual Studio's Document Outline window (in View - Other Windows). It shows the document structure as a tree and allows you to quickly position into any element, so maybe it will be useful for you.

Konamiman