I am trying to duplicate what I used to do with a Windows Forms based solution, set visible a state listbox when the state entry textbox is entered and set visibility false when state textbox is left. There doesn't seem to be a direct equivalent to this in WPF but there is probably a way to do it, I just can't figure out how.
Any help would be appreciated.