HTML-Renderer
HTML-Renderer copied to clipboard
(Winforms) HTML label will not break to a new line if it contains a link? (<a href>)
Hey, i have a HTML Label inside a standard winforms Panel, and i've set the label property AutoSizeHeightOnly to true
This works perfectly on normal text, but when i insert a link (a href) into the label, it won't break it into a newline. See the screenshot:
