I was wondering how you can resize the WebHTMLEditor? I tried do it manually and by giving it a width in the properties, but to no avail. Thanks.
Greg
Hi,
You should be able to change size of WebHtmlEditor at visual design by mouse drag. Changing values for Width/Height properties should have same effect. However, width smaller than widths of all buttons in tool bar is not supported, because WebHtmlEditor uses <TABLE> and browser does not allow to have width of TABLE smaller than summ of TD widths in a TR. So, you may only increase width from that minimum value.If you need smaller width, then you may remove some buttons (Toolbar.Items property), or move some of them on another row (insert RowSeparators)