== Focus Scopes == Sometimes, controls need to be grouped into focus scopes so that there is always a logically focused control in that group, irrespective of the actual keyboard focus (there can only be one keyboard focused control in an application at any given time). === Logical Focus === To create a logical focus scope, make a parent control to be include ''FocusManager.IsFocusScope="True"'':