IExpandCollapseProvider Interface
Exposes methods and properties to support UI Automation client access to controls that
visually expand to display content and collapse to hide content.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IExpandCollapseProvider
Public Interface IExpandCollapseProvider
type IExpandCollapseProvider = interface end
| ExpandCollapseState |
Gets the state, expanded or collapsed, of the control.
|
| ShowsMenu |
Gets a value indicating whether expanding the element shows a menu of items to the user,
such as drop-down list.
|
| Collapse |
Hides all nodes, controls, or content that are descendants of the control.
|
| Expand |
Displays all child nodes, controls, or content of the control.
|