Tree View
Tree view component for Universal Dashboard.
New-UDTreeView
allows you to create a tree of items and, optionally, dynamically expand the list when clicked.
Basic Tree View
Create a basic tree view by using the New-UDTreeNode
cmdlet.

Dynamic Tree View
Dynamic tree views allow you to run PowerShell whenever a node is clicked. You can then return a list of nodes that should be rendered underneath the clicked node. You can also take other actions such as opening a modal or showing a toast.

Last updated
Was this helpful?