Intersoft Support Center

Configure Editor Size

WebTextEditor provides a property to allow resize in WebTextEditor.

In this topic, you will learn how to allow resize.

To allow resize in WebTextEditor

  1. Set AllowResize property to Yes.
  2. When enabled, user can resize the editor by clicking the resizer element at the right-most part of the footer element.
  3. There are 3 value option in AllowResize property.
    • Yes: when this value is chosen, user can resize WebTextEditor vertically and horizontally.
    • HorizontalOnly: when this value is chosen, user can only resize WebTextEditor horizontally.
    • VerticalOnly: when this value is chosen, user can only resize WebTextEditor vertically.

Previous Next