Hi,
In wpf Textbox has TabIndex property to set the tab order, this is working fine when the controls are in the same context, In my case i have a listbox whose itemstyle has a text box and the style is assigned dynamically based on trigger. now how can i do the tabindexing so that when i tab index moves from textbox in first listboxitem to the textbox or combobox or button in the next listboxitem and as to the further listboxitems.
Thanks
Arvind