Skip to main content

TreeList.MakeNodeVisible(TreeListNode) Method

Makes visible the TreeListNode specified via the parameter.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public virtual int MakeNodeVisible(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

The TreeListNode to make visible.

Returns

Type Description
Int32

The found node’s index among visible TreeList nodes.

Remarks

This method expands TreeList nodes until a specific TreeListNode is displayed.

See Also