Tagged Questions

7
votes
2answers
5k views

Disable tabstop between columns in a WPF datagrid

I have a WPF Toolkit datagrid with mulitple columns. I am trying to get a behaviour where you can tab into the grid using tab, then tab out again using a single tab. E.g. I do not want to tab through ...
2
votes
1answer
2k views

AdornerDecorator and tab stop issues

I am using IDataErrorInfo to validate and indicate errors in my text boxes. I am finding I have to tab once for the text box and once for the adornerdecorator. I have an error template: ...
0
votes
2answers
142 views

What stops the tab?

I have the following xaml: <ListBox ItemsSource="{Binding Path=ItemProperties.GeneralProperties}" Grid.Row="1" Margin="0" Style="{StaticResource ListBoxStyle1}"> ...