MakeVisible(Node: Integer; [SetFocus: Boolean = False]);
Node - the input parameter, that determines the number of the element, which needs to be made visible.
SetFocus - the input parameter determining the Node element focus. If the parameter is set to True, the element becomes focused, if the value is False, the element is not focused.
The MakeVisible method scrolls the elements tree in such a way, so that the Node element is located in the component's visible area.
See also: