How To Create A Watermark/Placeholder Text Using Behavior In WPF
As we know in WPF there is no direct way to set Watermark to a TextBox. However, many times we may need to add a watermark to improve the user experience.
In WPF, we can create a watermark using
System.Windows.Interactivity.Behavior<T>
Here, the pla...
blog.vikassingh.info2 min read