Skip to main content
A newer version of this page is available. .

Sizing

ASPxHtmlEditor can be resized by end-users. You can opt to disable this feature or specify size limits using the ASPxHtmlEditor.SettingsResize property set.

ASPxHtmlEditor-SizingCapabilities

If the HtmlEditorResizeSettings.AllowResize property is set to true, end-users can dynamically change ASPxHtmlEditor‘s size by using a size grip element.

Size limits can be specified using the following properties.

The editor’s actual size is preserved in the client state and restored after the application round trips (postbacks or callbacks).

Online Demo

Features - Resizing and Full-Screen Mode