Focus Problems

ES_Ranger

Solid State Member
Messages
6
Hi,

I'm creating a C# WPF application that has a textbox on it that searches a second textbox. I was trying to have it actively scroll and highlight the text the user is typing in (like the Firefox search bar) but the text box they're searching will not highlight the text unless it has focus. Is there anyway to allow the user to enter text in the first textbox while the second textbox still highlights the text?
Thanks,
 
Back
Top Bottom