How to switch Views in Solution Explorer?

Viewed 3856

I needed to do some changes to .csproj file. So, I switched to Folder View in the Solution Explorer. Now, I want to switch back to the default view (the one with the drop-down list containing properties and methods). But Visual Studio 2019 (v16.7.7) doesn't allow me to do that. Any workarounds? enter image description here

1 Answers

Double click the .sln file from the Folder View can allow you to switch to the default solution view.

Related