Back to Devexpress

TreeList.MoveToNextScrollAnnotation(ScrollAnnotationKind) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-movetonextscrollannotation-x28-devexpress-dot-xtraeditors-dot-annotations-dot-scrollannotationkind-x29.md

latest1.9 KB
Original Source

TreeList.MoveToNextScrollAnnotation(ScrollAnnotationKind) Method

Moves the focus to the next node with a scrollbar annotation of the specified kind.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public bool MoveToNextScrollAnnotation(
    ScrollAnnotationKind kind
)
vb
Public Function MoveToNextScrollAnnotation(
    kind As ScrollAnnotationKind
) As Boolean

Parameters

NameTypeDescription
kindDevExpress.XtraEditors.Annotations.ScrollAnnotationKind

A kind of scroll annotation.

|

Returns

TypeDescription
Boolean

true if the focus is successfully moved; otherwise, false.

|

See Also

MoveToPrevScrollAnnotation(ScrollAnnotationKind)

Scrollbar Annotations

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace