Back to Devexpress

RepositoryItemComboBox.UseCtrlScroll Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcombobox-707aed3a.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public virtual bool UseCtrlScroll { get; set; }
vb
<DXCategory("Behavior")>
Public Overridable Property UseCtrlScroll As Boolean

Property Value

TypeDescription
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

Items

CycleOnDblClick

RepositoryItemComboBox Class

RepositoryItemComboBox Members

DevExpress.XtraEditors.Repository Namespace