IGridProvider Interface
Exposes methods and properties to support access by a UI automation client to controls that act as containers for a collection of child elements.
Namespace: System.Windows.Automation.Provider
Assembly: System.Windows (in System.Windows.dll)
The IGridProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ColumnCount | Gets the total number of columns in a grid. |
![]() ![]() | RowCount | Gets the total number of rows in a grid. |
The children of this element must implement IGridItemProvider and be organized in a two-dimensional logical coordinate system that can be traversed (that is, a UI Automation client can move to adjacent controls) by using the keyboard.
This interface is implemented in a UI automation provider that must support the Grid control pattern.
IGridProvider does not enable active manipulation of a grid. To enable this functionality, ITransformProvider must be implemented.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.


