This property specifies if, when initially creating nodes or updating the
list of nodes, the tree manager shoud also request that each node it has created or updated also initially create or update their children.
Use this method to create a new TreeManager if
it's more convenient than subclassing; all is needed is the update_func function which is responsible for creating or updating
the children nodes of a specified TreeNode.