Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

refresh tree in docking container

Former Member
0 Likes
426

how to refresh tree in docking container and how to add pushbuttons in docking container.

any help will be awarded for sure .

1 REPLY 1
Read only

Former Member
0 Likes
305

you can not refresh a tree-control.

what you can do is: Clear all nodes of your tree,

build your node-table new, and add it to the tree.

then process the tree again.

instead of clearing all nodes and adding the modified ones again, you can as well use the method update_nodes_and_items.

the method name of a normal tree control may vary a bit since i always use list-tree-controls.