Bugzilla – Bug 549112
Adding/Removing rows of a DataGridView dosen't generate UIA events
Last modified: 2009-10-22 10:22:52 UTC
Expect: When add a new row to a DataGridView, there shall be a AutomationPropertyChangedEvent fired to indicate the RowCountProperty of the DataGridView is changed. And the same for removing a row from a DataGridView. Reproduce: TableTest.DynamiceTest in uia2atk/UIAutomation/UIAutomationClientTests/UIAutomationClientTests