I have a View that has a single TextBox
and a couple Button
s below it. When the window loads I want that TextBox
to have focus.
Use the FocusManager to bind to that property.
Your ViewModel is a translator which exists solely to provide information to the View, so you can add whatever information to the VM that the View needs to function.