Bugzilla – Bug 474863
Need to modify a ListBox to act like a TreeView
Last modified: 2009-02-12 04:05:02 UTC
ListBox currently acts like a Gtk.List (ie, uses the List/ListItem roles and does not implement Atk.Table), but GtList is deprecated. We should use the TreeView code instead.
Committed in UiaAtkBridge R126660.