Interface ITreeViewBase
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Defines the base functionality for a treeview widget.
public interface ITreeViewBase : IIsReadonlyWidget
- Inherited Members
- Extension Methods
Properties
- Tooltip
Gets or sets the tooltip text associated with the treeview.
Methods
- Collapse()
Sets the IsCollapsed state for all items in the tree view to true, causing the entire tree view to be collapsed.
- Expand()
Sets the IsCollapsed state for all items in the tree view to false, causing the entire tree view to be expanded.
- UpdateItemCache()
This method is used to update the cached TreeViewItems and lookup table. This is done after loading the results from the UI Block, after handling the Events or when setting the Items. This method should only be called from outside the TreeView if you are checking or collapsing items from outside of the TreeView and need to access the CheckedItems or CollapsedItems.