|
When using the HyperlinkButton in Silverlight you may come across a scenario where you need the content to wrap. Unfortunately the HyperlinkButton control does not allow you to set the TextWrapping =”Wrap”. Here is a quick way I found to allow for this type of functionality
|