[]
Exposes a control's ability to expand to display more content or collapse to hide content. Supported in conjunction with the HierarchyItem pattern on TreeView items to provide tree-like behavior, but is also relevant for individual controls that open and close.
Examples of UI that implements this includes:
public interface IUiaExpandCollapseProvider
Name | Description |
---|---|
ExpandCollapseState | indicates an element's current Collapsed or Expanded state |
Name | Description |
---|---|
Collapse() | Blocking method that returns after the element has been collapsed. |
Expand() | Blocking method that returns after the element has been expanded. |