Skip to main content
All docs
V26.1
  • 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.v26.1.dll

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

    Declaration

    public bool MoveToNextScrollAnnotation(
        ScrollAnnotationKind kind
    )

    Parameters

    Name Type Description
    kind DevExpress.XtraEditors.Annotations.ScrollAnnotationKind

    A kind of scroll annotation.

    Returns

    Type Description
    Boolean

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

    See Also