TextBoxes in wpf don't select text like WinForm TextBoxes. In wpf they seem to alpha-blend like selected text in the Visual Studio IDE. How can I make wpf ListBox selections consistently do the same?
Gouranga Gupta :-)