Skip to main content
A newer version of this page is available. .

RepositoryItemComboBox.UseCtrlScroll Property

Gets or sets a value indicating whether the Ctrl key must be pressed when scrolling combo box items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
public virtual bool UseCtrlScroll { get; set; }

Property Value

Type Description
Boolean

true if scrolling items requires the Ctrl key to be pressed; otherwise, false.

Remarks

When the popup window is closed and UseCtrlScroll is false, the end-user can loop through items in the edit box by pressing the Up and Down arrow keys. If UseCtrlScroll is set to true, the Ctrl key needs to be pressed as well for this to occur.

See Also