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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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