Do I have to manually set the TabIndex property of each control on my page, or is there a way I can select multiple controls and get either Expression Blend or Visual Studio to apply the tab index in the order I selected them.
I know this is a feature of other UI tools, but it seems Blend / VS doesn't have this option. If I have a page with many fields that could change position or add a new fields in half way it takes a lot of effort for not much gain to manually update all the tab indexes.