Open Tanya-Solyanik opened 4 years ago
I wonder if the (public) accessibility properties should be added on the ImageList instead of the TreeView/TreeNode, since ImageList is used in other places to provide icons it may be useful to have a general concept of accessibility on ImageList entries. Otherwise you may have to replicate that work for every place that may "visually convey important information" via imagelist icon.
I like that very much @weltkante. @M-Lipin / @vladimir-krestov can you evaluate the possibility here? It would be cool if we could do it at the ImageList could do a notification if the ImageList has an accessible object.
Steps to reproduce:
Result: The announcement includes no details of the icon, and so if the icon visually conveys important information to the app's sighted customers, then customers who can't leverage the icons visually are blocked from accessing that information.
Expected: The WinForms Treeview/TreeNode provides some practical way for an app builder to expose the icon-related information pro grammatically through UIA for a screen reader to announce.
Ported from VSO 1077919