HTML-Renderer
HTML-Renderer copied to clipboard
HtmlPanel.Size returns Zero
im trying to add an HtmlPanel to a TableLayoutPanel dynamically and i set the RowStyle to AutoSize so that it will fit to the inserted HtmlPanel but it doesn't show the inserted HtmlPanel because the HtmlPanel.Size returns {Width=0, Height=0}. How can i get around this. thank you in advance