NSAccessibilityList
A role-based protocol that declares the minimum interface necessary for an accessibility element to act as a list view.
Declaration
protocol NSAccessibilityList : NSAccessibilityTableOverview
Use this protocol when you want a user interface element to behave like a list—a view that displays a set of related records in a single-column table—in the accessibility hierarchy.
You can further enhance the adopting element by implementing any of the information properties or action methods that the NSAccessibilityProtocol protocol declares.
Although the NSAccessibilityList protocol doesn’t declare any methods, it does conform to the NSAccessibilityTable protocol. You may need to explicitly implement methods from any of the protocols that NSAccessibilityList conforms to.