Hello,
I juste use a timePicker on a WPF Application.
I setted a tab index in the xaml code, and cursor don't go to this contrôle :(
__Here is my xaml code :__
```
<xctk:TimePicker Grid.Column="2" x:Name="TimePicker_Heure" TabIndex="4" VerticalAlignment="Center" Height="20" Margin="102,4,10,4"/>
```
Thanks a lot,
Best regards,
Nixeus
Comments: ** Comment from web user: Nixeus **
I juste use a timePicker on a WPF Application.
I setted a tab index in the xaml code, and cursor don't go to this contrôle :(
__Here is my xaml code :__
```
<xctk:TimePicker Grid.Column="2" x:Name="TimePicker_Heure" TabIndex="4" VerticalAlignment="Center" Height="20" Margin="102,4,10,4"/>
```
Thanks a lot,
Best regards,
Nixeus
Comments: ** Comment from web user: Nixeus **
Thanks, i do this and it's perfect :)