TabNavigation on window elements in WPF
问题 In my WPF 4.0 desktop-based application, I want to add an ability to traverse through window elements by pressing Tab-button. Here is fragment of my XAML: <!--main body layout--> <StackPanel x:Name="BodyLayout" Style="{StaticResource Body_Block}"> <!--teaser block--> <Grid x:Name="TeaserGrid"> <Grid.ColumnDefinitions> <ColumnDefinition /> <ColumnDefinition /> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition /> </Grid.RowDefinitions> <TextBlock Grid.Column="0" Grid.Row="0" Style=