24

Before Visual Studio 2026 Insiders [11206.111], there wasn't much spacing between items in Solution Explorer - between each item, there was little space, which made it easier to navigate.

After the update, Solution Explorer has changed. There is a lot of vertical spacing between each item in Solution Explorer now. It makes navigating much harder, and it is a nightmare when working with many source files in one directory, because now, it requires lots of scrolling for simple actions.

Lots of files in one folder

Before that, I didn't even have to scroll to see all files in this folder.

Is it possible to configure Visual Studio in a way to make the spacing between each item in Solution Explorer smaller?

1 Answer 1

37

Go to Tools->Options->Environment->Visual Experience and enable the checkmark "Use compact spacing in Solution Explorer":

The checkmark

Here's a side-by-side preview of the same directory:

Side-by-side preview of the change

Or, you can include the following line in your settings.json file:

"environment.visualExperience.useCompactSpacing": true
Sign up to request clarification or add additional context in comments.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.