WPF, Silverlight and Xaml
Read this thread "Is there a control like LinkLabel in WPF" on the WPF Forum. Lubo pointed to his control via his "Building a WPF LinkLabel control".
LinkLabel gives you a Hyperlink like control, but as a UIElement...(so it can be put directly in a StackPanel, etc...)
No Comments