RadEditor for ASP.NET AJAX

RadControls Send comments on this topic.
AutoResizeHeight - Expanding Editor Height
See Also
Controls > RadEditor > Handling Content > AutoResizeHeight - Expanding Editor Height

Glossary Item Box

 

The value of the AutoResizeHeight property indicates whether the RadEditor will auto-resize its height to match content height.

This property is similar to the Overflow property of the DIV element, which is not supported by the IFRAME elements.

When the AutoResizeHeight property is set to true, then the editor's content area is resizing to match content heigh and no scrollbars will appear.

See Also