|
by Kunal Chowdhury via Kunal's Blog on 7/1/2010 12:25:00 AM
Have you ever tried Trimming your Text in Silverlight 2 or Silverlight 3? If yes, just recall the lines of code you wrote for trimming your text content and showing an Ellipsis (i.e. “…” three dots) at the end of the text. If you didn’t try it earlier, then just imagine what you have to do and how you will do. Also imagine the no. of lines you have to write.
In this post, I will show you how I can implement this feature the easy way. Stop!!! I will not write here a huge code nor I will use any
... [ read more ]
|