DJ
Davis Jebaraj
Syncfusion Team
February 1, 2005 01:02 PM UTC
Hi,
If you are making multiple attribute changes, you can call the BeginUpdate / EndUpdate methods. The HTMLUIControl will not update its interface till the EndUpdate method is called.
Regards,
Davis
DJ
Davis Jebaraj
Syncfusion Team
February 4, 2005 04:50 PM UTC
Hi Adam,
I just realized that you can optimize the style changes by setting the
htmluiControl1.Document.BeginUpdate();
and
htmluiControl1.Document.EndUpdate();
We can change the behavior so that the BeginUpdate and EndUpdate methods of the HTMLUIControl also have the same effect.
Thanks,
Davis