BeginUpdate;
The BeginUpdate method locks update of the visual tree of the component until the EndUpdate method is executed.
It is used when several tree nodes are inserted at the same time to prevent blinking of the tree in the component.
See also: