HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

(Winforms) HTML label will not break to a new line if it contains a link? (<a href>)

Open Stefangansevles opened this issue 5 years ago • 0 comments

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:

Stefangansevles avatar Nov 19 '20 18:11 Stefangansevles