ExpandCollapseState Enumeration
Contains values that specify the ExpandCollapseState of a UI Automation element.
Namespace: Avalonia.AutomationAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum ExpandCollapseState
Public Enumeration ExpandCollapseState
| Collapsed | 0 |
No child nodes, controls, or content of the UI Automation element are displayed.
|
| Expanded | 1 |
All child nodes, controls or content of the UI Automation element are displayed.
|
| LeafNode | 2 |
The UI Automation element has no child nodes, controls, or content to display.
|
| PartiallyExpanded | 3 |
Some, but not all, child nodes, controls, or content of the UI Automation element are
displayed.
|