.NET Core Version:
.NET SDK 6.0.100-alpha.1.20514.15
Have you experienced this same bug with .NET Framework?:
No
Problem description:
Missing the items displayed for CheckedListBox control in the inspect tool.
Minimal repro:
Expected behavior:
The items displayed correctly for checkedListBox1 control in the Inspect tool.
Actual Behavior:
Missing the items displayed for checkedListBox1 control in the inspect tool.
@merriemcgaw - this regression makes checked list box unusable under UIA - we should consider servicing.
@Zheng-Li01 - great bug! Do you happen to know when this regressed?
Yes, this is something we need to service.
@Tanya-Solyanik, verified the issue from 5.0.rc2 to 5.0.100-preview.1.20155.7(https://dotnet.microsoft.com/download/dotnet/5.0), the issue reproduce all the time.
Drat! We will get this in for 6.0 with priority and back port if needed. @vladimir-krestov - this will be on the priority list.
@merriemcgaw do we want to service this in 5.0.1?
Yes, I agree with @Tanya-Solyanik here. We have to service or CheckedListBoxes are entirely unusable under UIA. @Pilchie for FYI.
Raised https://github.com/dotnet/winforms/pull/4209 for servicing.
Verified this issue with .NET SDK 6.0.100-alpha.1.20562.2, it is fixed that the items displayed correctly for checkedListBox1 control in the Inspect tool.

Verified this issue in .Net SDK 5.0.101 build, this issue is fixed.
Most helpful comment
Verified this issue in .Net SDK 5.0.101 build, this issue is fixed.