Hi folks, i have a Label with a URL in your content, and i need show as a link. Can i use DataDetectorTypes or something like that to make this?
Label UrlSourceLabel = new Label ();
UrlSourceLabel.Text = items.Source;
UrlSourceLabel.Font = Font.SystemFontOfSize (NamedSize.Micro);