IExpandCollapseProviderExpand Method
Displays all child nodes, controls, or content of the control.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
abstract Expand : unit -> unit
| Windows | IExpandCollapseProvider.Expand |
| macOS |
Called by setting NSAccessibilityProtocol.setAccessibilityExpanded to
true, by calling NSAccessibilityProtocol.accessibilityPerformPress, or
by calling NSAccessibilityProtocol.accessibilityPerformShowMenu
when ShowsMenu is true.
|