Skip to main content

RepositoryItemMemoExEdit.ScrollBars Property

Gets or sets whether the editor’s dropdown window displays the horizontal and/or vertical scroll bar.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v26.1.dll

Declaration

[DefaultValue(ScrollBars.None)]
[DXCategory("Behavior")]
public ScrollBars ScrollBars { get; set; }

Property Value

Type Default Description
ScrollBars None

A ScrollBars enumeration value that specifies whether the editor displays the horizontal scroll bar, the vertical scroll bar, both, or has no scroll bars.

Remarks

The ScrollBars property provides the dropdown window with horizontal and/or vertical scroll bars. Note: a horizontal scroll bar is not displayed if RepositoryItemMemoExEdit.WordWrap is set to true, regardless of the ScrollBars value.

See Also