I've got a ListBox which is getting new items added to it through Databinding (i.e. something is getting added to the list and the box is updating to include the new item).
The items in the list box are editable data templates, so the question is: How do I set the focus to the first field in the template when a new item is added?
I've looked at this question and am going to see if it gets me anywhere, but it is not really a direct response to my question.