| Parameter | Description |
|---|---|
| node | The node to move. |
| newParent | The new parent of the node, or null if the node should be placed at the root
level. |
| newChildIndex | An optional zero-based index which provides the position of the moved node in the new parent's child list or in the list of root nodes if the node should be a root. If the index is not provided or is invalid, then the node is moved at the end of the new parent's child list. |
bool
true if the node was successfully moved and false otherwise.
Moves the node elsewhere in the accessibility hierarchy. For example, under a different parent or at a different position in the parent's child list.
Warning: When this hierarchy is the AssistiveSupport.activeHierarchy, this method has a non-trivial cost on the following platforms:
Moving a node in an inactive hierarchy has no native cost.