Navigation/Tree Panel Width

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
RedElbows
Posts: 4
Joined: 01 Aug 2017 19:56

Navigation/Tree Panel Width

Post 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?

jupe
Posts: 3478
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Navigation/Tree Panel Width

Post 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...

RedElbows
Posts: 4
Joined: 01 Aug 2017 19:56

Re: Navigation/Tree Panel Width

Post by RedElbows »

Perfect… thank you!!

Post Reply