Table Accessibility

The Jade Platform supports accessibility and automation in tables, as follows.

It is recommended that if accessibility is to be advocated and remain able to be tested, Table, ComboBox, and ListBox controls that may contain over approximately 1,000 entries should be populated with the Collection class displayCollection method. This ensures that the initial accumulated cost of querying children is limited to the number of entries displayed.

External applications that utilize accessibility (such as the Windows Inspect tool) and call Jade's accessibility framework may result in an accessibility object being created for each child. This can have a negative impact on the performance of the external application.

To enable or disable:

2022.0.03 and higher