TIWCGJQTreeViewCore.ExpandNode(Integer,boolean,boolean) Method
Opens a closed node, so that its children are visible. If the animation config option is greater than 0 the children are revealed using a slide down animation, whose duration is the value of the animation config option in milliseconds.
public procedure ExpandNode(ANode: Integer; ARecursively: boolean = False; AAnimation: boolean = false);
Parameters
- ANode
- Type: Integer
- ARecursively
- Type: boolean
- AAnimation
- Type: boolean