Skip to content

Conversation

@LeafShi1
Copy link
Member

@LeafShi1 LeafShi1 commented Oct 30, 2025

Backport #10243 to release/8.0

Fixes #13994

Proposed changes

  • Creates a new switch that allows developers to configure their application to make the starting index of rows/cells in DataGridView to be read by Narrator from 1, instead of 0;
  • Adds checks on rows and cells of DataGridView to see if the switch is true. If true, starting index of rows/cells will be 1, instead of 0.

Customer Impact

  • Developers will be able to configure their WinForms DataGridView rows/cells to be read by Narrator from index 1, instead of 0.

Regression?

  • No

Risk

  • Low

Test methodology

  • Manual testing
  • Unit tests
Microsoft Reviewers: Open in CodeFlow

…chCountDataGridRowColumnAt1

Adjusts DataGridView UIA to count rows at index 1 by default, and creates a switch to enable user to set the count to start at 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants