dotnet / dotnet/winforms

Group List not shown when multiple items are selected and editing ‘Group’ property in ListViewItem Collection Editor

Open
#4,076 1 comment 0 reactions 0 assignees View on GitHub
area-controls-ListView area-DesignerSupport enhancement help wanted
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
20h 23m
Merged PRs (30d)
103

Description

* .NET Core Version:
.Net 6.0.100-alpha.1.20506.3

* Have you experienced this same bug with .NET Framework?:
Yes

* More info:
It's not a regression issue, it also occurs in .Net core 3.1.

**Problem description:**
Group List not shown when multiple items are selected and editing ‘Group’ property in ListViewItem Collection Editor

![Verified](https://user-images.githubusercontent.com/54019172/95534114-94171b80-0a17-11eb-86f3-510f27caf14d.gif)

**Expected behavior:**
Group list should be displayed.

**Minimal repro:**
1. Create a Winforms core project
2. Drag and drop a ListView control to Form designer, open its smart tag and click "Edit Groups"
3. In ListViewGroup Collection Editor, click "Add" button to add two groups, then click Ok button
4. Focus on ListView control again, open its smart tag and click "Edit items"
5. In ListViewItem Collection Editor, click "Add" button to add two items
6. Select these two items, click the drop-down button of Group property in the right table, observe the drop-down box

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.