Page 1 of 1

Navigation/Tree Panel Width

Posted: 25 Aug 2018 05:25
by RedElbows
I've been looking around for a while now (forum, faq, configuration file), but there doesn't seem to be any way to lock or control the width of the tree panel other than grab+drag. Is this the case? Or is there, in fact, some way to resize, lock, or otherwise manually control the width of the tree panel?

Re: Navigation/Tree Panel Width

Posted: 25 Aug 2018 06:19
by jupe
You can set the key manually in the ini file

NavWidthLeft=

for instructions on how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak

You can also set it via scripting e.g

Code: Select all

setlayout("NavWidthLeft=400");
but you can't lock its position AFAIK. Additionally you can also save and load the layout of all the screen panels you want with these menu items (or their scripting equivalent):

Window | Save Layout As...
Window | Load Layout...

Re: Navigation/Tree Panel Width

Posted: 27 Aug 2018 16:56
by RedElbows
Perfect… thank you!!