I want to add a little Button, which removes all the text in the TextBox. Is it possible to put this \"Remove\"-Button into the TextBox (like i
You can easily derive from textbox and create your own textbox with the functionality you want.That is the flexibility that wpf provides.See the link below
http://davidowens.wordpress.com/2009/02/18/wpf-search-text-box/