MakeVisible(Node: Integer; [SetFocus: Boolean = False ]);
Node. Node that must be visible.
SetFocus. Indicates whether to focus element.
The MakeVisible method scrolls the elements tree in such a way that the specified element fits into the visible area of the component.
Available values of the SetFocus parameter:
True. Element is focused.
Flase. The element, for which tree is scrolled, is not focused.
See also: