Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
WebHTMLEditor, How to?
posted

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

 

  • 24497
    posted

    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)