I am working on a silverlight application with a significant number of invisible tab stops. I am currently busy trying to track them all down and eliminate them.
I am aware that any control that inherits from System.Windows.Controls.Control can take focus and yet I still can't identify where the focus is be going for much of the time when I press tab to move round the UI.
So, my questions are:
- Will everything that acts as a tab-stop also take focus (and visa versa)?
- What, apart from anything that inherits from Control, can act as a tab-stop?