ITreeListNode.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines whether the element is in the component visible area.

Comments

The item tree is scrolled in the way that this element must be in the component visible area, if the True value is set for the property. Setting this property to True is equal of calling the MakeVisible method.

NOTE. Setting the False value no action is performed.

See also:

ITreeListNode