Reported by jteh on 2012-09-05 03:18
Microsoft implemented custom UIA properties in Windows 7 Items View to retrieve the item index and item count of list items and lists, respectively. We've never supported these because they were specific to Items View, which is a bit tricky to detect. (We did request that these be added to the main UIA spec, but Microsoft refused.) It looks like other app and AT vendors are using these regardless, so we may as well do the same.
Reference: http://msdn.microsoft.com/en-us/library/windows/desktop/ff486373%28v=vs.85%29.aspx
Relevant properties:
Reported by jteh on 2012-09-05 03:18
Microsoft implemented custom UIA properties in Windows 7 Items View to retrieve the item index and item count of list items and lists, respectively. We've never supported these because they were specific to Items View, which is a bit tricky to detect. (We did request that these be added to the main UIA spec, but Microsoft refused.) It looks like other app and AT vendors are using these regardless, so we may as well do the same.
Reference: http://msdn.microsoft.com/en-us/library/windows/desktop/ff486373%28v=vs.85%29.aspx
Relevant properties:
Blocking Report object position information broken in windows explorer #833