Open
Description
NuGet Product Used
Visual Studio Package Management UI
Product Version
Dev\6.11.0.2
Worked before?
It’s not a regression since it is a new feature.
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Repro Steps:
- Create a C# Console App (.NET 8.0) project.
- Right-click the project in Solution Explorer and select ‘Manage NuGet Packages…’ menu item to open PM UI.
- Click the “settings” button on the right panel and click “Package Source Mapping” tab.
- Click the “Add” button and try to drag the right splitter of “source” column to the left.
Expected Result:
The “source” column of the “Add New Package Source Mapping” dialog cannot be dragged out of sight because it has the minimum width set.
Actual Result:
The “source” column of the “Add New Package Source Mapping” dialog can be dragged out of sight as the screenshot below.
Notes:
1.Repro rate: 100%.
2.It’s not a regression since it is a new feature.
3.The checkbox column has the same issue.
4.The issue should be fixed since the similar behavior of “Project”/”Version”/”Installed” column in solution-level PM UI are correct.
Verbose Logs
No response