This question is locked. New answers and comments are not allowed.
hi
In our Application we have a GridView with a HierarchyChildTemplate with this Content:
The Problem is now that it's not possible to navigate from the first TextBox to the second TextBox with Tabulator.
The Focus will lost.
Is a Workaround available for this?
Thank you,
Bruno
In our Application we have a GridView with a HierarchyChildTemplate with this Content:
<
DataTemplate
x:Key
=
"HierarchyChildTemplate"
>
<
StackPanel
>
<
TextBox
TabIndex
=
"1"
/>
<
TextBox
TabIndex
=
"2"
/>
</
StackPanel
>
</
DataTemplate
>
The Problem is now that it's not possible to navigate from the first TextBox to the second TextBox with Tabulator.
The Focus will lost.
Is a Workaround available for this?
Thank you,
Bruno