If we need to preselect some child value and the tree-component shows it as highlighted/selected one , what options do we have in this package to handle this requirement ?
Hi,
you can use the API to locate the node and then call methods on it
like treeModel.getNodeById(10).setActiveAndVisible()
Most helpful comment
Hi,
you can use the API to locate the node and then call methods on it
like treeModel.getNodeById(10).setActiveAndVisible()