Height for the HTMLUI in Windows Forms

Hi, have a question.

I made custom control with htmluiControl as component, and i want to expand height of  htmluiControl with my control for viewing content without any scroller.

I have some experements and way to resolve task not found.

At last,  i do this after content changing (content filling at runtime from String):

htmluiControl1->AutoSize=true;
 System::Drawing::Size^ sz=htmluiControl1->DisplayRectangle.Size;
this->htmluiControl1->Size = System::Drawing::Size(sz->Width, sz->Height);

Height are expanded, but all html content are not visible (some part are hidden).
What can i do for resolve this problem ?

With best regards,
Michael.

1 Reply

CR Chandran R Syncfusion Team April 1, 2013 06:05 PM UTC

HI Michel,

 

Thank you for using syncfusion products.

 

Query:

 

Height for the HTMLUI in Windows Forms

 

I would like to inform that , You couldn't get the exact size (your requirement). Because there is only possibility to show the complete HTMLUI content by using the Scroll. Please let us know, If I  misunderstood your query.

 

 

please let us know if you have any concerns.

 

Regards,

 

Chandran R


Loader.
Up arrow icon