MakeVisible(Node: Integer; [SetFocus: Boolean = False ]);
MakeVisible(Node: uinteger; SetFocus: boolean);
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 a component.
Available values of the SetFocus parameter:
True. Element is focused.
Flase. The element, for which tree is scrolled, is not focused.
See also: