IExpandCollapseProviderCollapse Method

Hides all nodes, controls, or content that are descendants of the control.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Collapse()

Remarks

WindowsIExpandCollapseProvider.Collapse
macOS Called by setting NSAccessibilityProtocol.setAccessibilityExpanded to false.

See Also