Browse by Tags

All Tags » silverlight » textblock
  • Autofocus Nested Textboxes with Rx in Silverlight

    The Problem A common UI pattern is to expose text in a read-only container, then swap it for an editable input box based on a command. There are multiple approaches to doing this (including just changing the style of the same container). Swapping between a read-only TextBlock to a TextBox is easy enough, but what if you want to also focus and ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on September 8, 2010
  • Inline Hyperlinks in Silverlight 3 (Equivalent of A HREF)

    One common complaint I see regarding Silverlight is the inability to include inline hyperlinks. While Silverlight does provide a HyperlinkButton, you cannot do something simple like: This is some text. This is <a href=''http://www.wintellect.com/''>a hyperlink</a>, in case you were wondering. There are a few solutions available ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on November 13, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems