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

TreeListView.ScrollBarAnnotationMode Property

Gets or sets the type of annotations displayed within the view’s scrollbar.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public ScrollBarAnnotationMode? ScrollBarAnnotationMode { get; set; }

Property Value

Type Description
Nullable<ScrollBarAnnotationMode>

A ScrollBarAnnotationMode flag that is the type of scrollbar annotations applied to the TreeListView.

Available values:

Name Description
None

Scrollbar annotations are disabled.

InvalidRows

GridControl marks invalid rows.

InvalidCells

GridControl marks invalid cells.

Selected

GridControl marks selected rows.

SearchResult

GridControl marks search results.

Custom

GridControl marks rows that fit custom criteria.

FocusedRow

GridControl marks a focused row.

All

All available scrollbar annotations are enabled.

See Also