ITreeListNode.Visible

Syntax

Visible: Boolean;

Description

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

Comments

If the property is set to True, the element tree is scrolled in the way that this element is in the component visible area. Setting the property to True is equal to calling the MakeVisible method.

NOTE. When the property is set to False, no actions are executed.

See also:

ITreeListNode