Ability to lock toolbars

When working in developer, I frequently need to hide all of the toolbars so that I can see what the user view would be, then I need to show the toolbars again to access their functions. I have scripted global methods for this that make it easy and fast to do. The problem is that the arrangement of the toolbars always changes when they are re-displayed, generally distributed across the top of the window. In this arrangement they impeed the ability to expand the properties window in design mode, requiring me to hide the properties window, find any toolbars that might have slipped of the right edge of the screen and drag them to new lines on the left edge, then re-display the properties window. All of this movement takes a considerable amount of time.
I would like to have an option to lock the toolbars in the places where I put them and have Developer remember their positions when showing or hiding them.

i have looked at it once before for this. But it is not that easy to fix (the toolbar mechanisme is completely dynamic)

for example if you have w toolbar setup of 3 rows..
then you don’t show the onces in row 2 so if we are building up the toolbar again. We have to know also the onces that could be there and add an empty row… This is currently not the way it works.

Will see if we can change that in the further..