RichTextBoxOverflow Control in SilverLight 5
One of the interesting control that was introduced with Silverlight 5 is the RichTextBoxOverflow control. This control will show up…
One of the interesting control that was introduced with Silverlight 5 is the RichTextBoxOverflow control. This control will show up…
Silverlight 5 introduces Binding in style Setters. Hence you can use Binding, StaticResource or any markup extension inside the style…
As this is a new features if Silverlight 5 beta, you need below prerequisite To try the features You first…
WPF comes with lots of fun and advantages. We can change the look and behavior of a control very easily…
With the introduction of MVVM pattern and WPF code structure, we have gradually mould ourselves to separate our presentation layer…
This is small piece of code snippet which I wanted to share as we face this necessity in our day…