IExpandCollapseProviderExpand Method

Displays all child nodes, controls, or content of the control.

Definition

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

Remarks

WindowsIExpandCollapseProvider.Expand
macOS Called by setting NSAccessibilityProtocol.setAccessibilityExpanded to true, by calling NSAccessibilityProtocol.accessibilityPerformPress, or by calling NSAccessibilityProtocol.accessibilityPerformShowMenu when ShowsMenu is true.

See Also