hi
i am designing an app using Blend 3.
i have a list box in which there are about 100 text box.
what i want is that the users should be able to move through the textboxes by pressing TAB key.
i tried to solve the problem by setting the tabindex of first textbox to 0 , next to 1 and so on…but during the execution of the program when i first pressed the TAB key the first text box was focused…then on pressing the TAB key second time the next text box was not focused instead the menu bar on my app was focused…the remaining text boxes didnt get any focus and i had to manually click on the text boxes for data entry…
please help