Computer Science, asked by kg2406418, 4 months ago

name the control that provides list of items .​

Answers

Answered by Anonymous
4

The List control type provides a way to organize a flat group or groups of items and allows a user to select one or more of those items. The Listcontrol type has a loose restriction on what types of child elements it may contain. This enables UI Automation providers to support a well-known element for selection containers.

The following sections define the required UI Automation tree structure, properties, control patterns, and events for the List control type. The UI Automation requirements apply to all list controls where the UI framework/platform integrates UI Automation support for control types and control patterns.

This topic contains the following sections.

1. Typical Tree Structure

2. Relevant Properties

3. Required Control Patterns and Properties

4. Required Events

5. Related topics

Similar questions