This question is locked. New answers and comments are not allowed.
I have a load-on-demand treeview (such as the treeView-LoadOnDemand-Example), and I want to automatically
expand some items when loading the tree:
+ item1
- item1.1
- item1.2
+ item2
- item3
- item3.1
- item 3.1.1
- item 3.1.2
- item3.2
- item3.3
+ item4
+ item5
+ item6
how can i do it? thanks
+ item1
- item1.1
- item1.2
+ item2
- item3
- item3.1
- item 3.1.1
- item 3.1.2
- item3.2
- item3.3
+ item4
+ item5
+ item6
how can i do it? thanks