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.