ArthurHub / HTML-Renderer

Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
https://htmlrenderer.codeplex.com/
BSD 3-Clause "New" or "Revised" License
1.24k stars 522 forks source link

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

Open Stefangansevles opened 3 years ago

Stefangansevles commented 3 years ago

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: