Tree View Actions

The UI Tree View Documentation describes under the “Actions” header, a function for “Close All” and “Open All”. How do I implement these actions in Codeless?

PS…I am trying to use the TreeView as an app menu structure. The TreeView closes when switching from page to page. I want to use ExpandAll action to keep the TreeView open.

Assign an ID to your tree view component placed on the page. When you do that, you will get the following codeless blocks:

Thank you. I see the action now that I attached a name/id