File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
controls/dropdown-listcontrol-and-checkeddropdownlist/listcontrol Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ The current implementation of UI Automation for the RadListDataItem control is i
5757
5858* AutomationElementIdentifiers.AutomationIdProperty.Id
5959* AutomationElementIdentifiers.BoundingRectangleProperty.Id
60- * AutomationElementIdentifiers.ControlTypeProperty => ControlType.List .Id
61- * AutomationElementIdentifiers.LocalizedControlTypeProperty => "list"
60+ * AutomationElementIdentifiers.ControlTypeProperty => ControlType.ListItem .Id
61+ * AutomationElementIdentifiers.LocalizedControlTypeProperty => "list item "
6262* AutomationElementIdentifiers.HelpTextProperty.Id
6363* AutomationElementIdentifiers.IsContentElementProperty.Id
6464* AutomationElementIdentifiers.IsControlElementProperty.Id
@@ -69,7 +69,7 @@ The current implementation of UI Automation for the RadListDataItem control is i
6969
7070### RadListDataItem Available Patterns
7171
72- * [ Selection Control Pattern] ( https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselection )
72+ * [ SelectionItem Control Pattern] ( https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselectionitem )
7373* [ ScrollItem Control Pattern] ( https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingscrollitem )
7474
7575## RadScrollbarElement
You can’t perform that action at this time.
0 commit comments