- This issue cannot repro on .Net Core 3.1.
- Affected controls: CheckedListBox, ListBox, ToolStrip, StatusStrip, ContextMenuStrip, BindingNavigator, DataGridView, ListView
Minimal repro:
- Create a Winforms .Net Core app with controls: CheckedListBox/ListBox/ToolStrip/StatusStrip, ContextMenuStrip/BindingNavigator/DataGridView/ListView
- Added items for these controls
- Build and run app
- Open the Inspect tool and observe these controls hierarchy on MSAA mode
Actual behavior:
Controls' items cannot be displayed in Inspect: MSAA

Expected behavior:
Controls' items can be displayed in Inspect: MSAA hierarchy
