Click or drag to resize
CKEditorControlAutoGrowMaxHeight Property
The maximum height to which the editor can reach using AutoGrow. Zero means unlimited. Default value: 0

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public int AutoGrowMaxHeight { get; set; }

Property Value

Type: Int32
See Also