Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2019 lock toolbar

This is my toolbar:

enter image description here How can I lock the Visual Studio toolbar so that the element groups are not movable? From time to time the order changes. This is a bit annoying :D

I can't find the settings for this. I'm using Visual Studio 2019

like image 664
Lyror Avatar asked Sep 17 '25 02:09

Lyror


1 Answers

As far as I know it is not possible to lock the actual element groups or toolbars themselves as discussed in another post here: Lock down placement of panes from visual studio

As described you can reset the 'stock' layout however with the following command:

Window -> Reset Windows Layout

Hope this answers your question.

Best regards

like image 162
ruudscheenen Avatar answered Sep 23 '25 01:09

ruudscheenen