Gets or sets whether to enable context menu scrolling.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
[DefaultValue(false)]
public bool EnableContextMenuScrolling { get; set; }
<DefaultValue(False)>
Public Property EnableContextMenuScrolling As Boolean
Type | Default | Description |
---|---|---|
Boolean | false |
true, to enable context menu scrolling; otherwise, false. |
If the EnableContextMenuScrolling property is set to true, scroll buttons are displayed within context menus that do not fit onto the page, allowing end-users to scroll through menu items.
Otherwise, context menus are trimmed if they cannot be displayed in their entirety.