views:

12

answers:

0

I have struggled for over a day trying to get keyboard navigation to work correctly in a WPF app with embedded list boxes.

Here a description of the layout: - listbox 1 (repeats unlimited times) - texboxes 1-4 - listbox 2 (repeats up to 4 times) - textbox 5 - listbox 2 - button 1 - listbox 1 - buttons 2-9

Here is the desired tab order: - repeating - textboxes 1-4 - repeating - textbox 5 - button 1 - buttons 2-9

After considerable effort with converters and datatriggers, I am fairly confident that I have the dynamic tabindexes set properly, but strange things are happening

Questions: - is there a easy way track where the tab focus is going -- at times it completely disappears - Any suggestions for acheiving the desired result above?