This is a migrated thread and some comments may be shown as answers.

Disable resizing

1 Answer 63 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kasper Bergmann
Top achievements
Rank 1
Kasper Bergmann asked on 19 Nov 2008, 03:37 PM
Hi

I notice that there is a handler/tag in the lower right corner - by dragging it with the mouse, the editor control can be resized by the user. I want it to be disabled, how can it be done?

Regards,

Kasper Bergmann

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Nov 2008, 04:41 PM
Hi Kasper,

You should set the EnableResize property to false, e.g.

<telerik:RadEditor EnableResize="false" ID="RadEditor1" runat="server"></telerik:RadEditor> 


Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Kasper Bergmann
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or