HTML Editor for ASP.NET AJAX Professional Edition
MaximumWidth Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorMaximumWidth
The maximum width the editor can be resized to on the client.
Declaration Syntax
C#
public int MaximumWidth { get; set; }
Remarks
This limit only has effect on a client-side resize.
The default of -1 indicates there is no maximum.

The Resizable property must be set to true to enable client-side size changes by the user.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.7.0.0 (2.7.0.0)