I would like to prevent the RadEditor from being expanded horizontally (though vertical is okay). I thought the best way to do this is intercept some OnResize() event and then force the width to a predefined size. But I can't find which event is fired when the control is resized. Can anyone help, or suggest another way to achieve the same functionality? Thanks.