AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add UIA support for list boxes

mwcampbell opened this issue · comments

In this context, a list box is a control that can receive focus and have one or multiple selected items, as opposed to something like an HTML ul or ol element. This control will require us to implement the UIA selection and selection item patterns, and their associated events.