Bug 474863

Summary: Need to modify a ListBox to act like a TreeView
Product: [Mono] UI Automation Reporter: Michael Gorse <mgorse>
Component: Winforms - ATKAssignee: Michael Gorse <mgorse>
Status: VERIFIED FIXED QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 448499    

Description Michael Gorse 2009-02-11 17:46:30 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.
Comment 1 Michael Gorse 2009-02-12 04:04:37 UTC
Committed in UiaAtkBridge R126660.