How to set the focus on an TextBox element in WPF?

Niladri.Biswas
Posted by Niladri.Biswas under WPF category on | Points: 40 | Views : 3048
FocusManager.SetFocusedElement(parentElement, txtCompanyID)

Comments or Responses

Login to post response