Skip to content

.NET 5.0, WinForms: Changing ShowInTaskbar will let CheckedListBox-items disappear. #6093

@vsfeedback

Description

@vsfeedback

This issue has been moved from a ticket on Developer Community.


[severity:I'm unable to use this version]
I create a new WinForms project with .NET 5.0, either with C# or VB.NET.
I add a CheckedListBox to the form and add some items via the designer.
With a Button-Click I change ShowInTaskbar for the form to False.
The items in the CheckedListBox are not visible anymore, even if I force a redraw of the form.
With a .NET-framework 4.x project, everything works fine (all items are shown).

before changing ShowInTaskbar
before.png

after changing ShowInTaskbar
after.png


Original Comments

(no comments)


Original Solutions

(no solutions)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions