ScrollBarBase.TabStop Property
Gets or sets a value indicating whether a user can focus the scroll bar control using the TAB key.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if a user can focus the scroll bar using the TAB key; otherwise, false. |
Remarks
When a user presses the TAB key, the input focus is set to the next control in the tab order. Controls with TabStop set to false are not included in the tab order’s collection of controls.
See Also