When Autosize is ON, Name column is adjusted to accomodate long file name. However there's a maximum width of Name column.
There should be some tweak to increase that max width.
Reason: There' no point to see elipsis when I have a wide screen and a lot of free space
[Autosize]: Change Maximum width of Name column
-
binocular222
- Posts: 1419
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
[Autosize]: Change Maximum width of Name column
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
admin
- Site Admin
- Posts: 64886
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: [Autosize]: Change Maximum width of Name column
There is a tweak for this. You could do this:
AutosizeColumnsMaxWidth=1000
AutosizeColumnsMaxWidth=1000
FAQ | XY News RSS | XY X
-
binocular222
- Posts: 1419
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: [Autosize]: Change Maximum width of Name column
Perfect!
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
Re: [Autosize]: Change Maximum width of Name column
Thanks for pointing it out. It really helps those with larger screens.admin wrote:There is a tweak for this. You could do this:
AutosizeColumnsMaxWidth=1000
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Re: [Autosize]: Change Maximum width of Name column
binocular222, thanks for raising a practical quest.
Admin/aka Don, thanks for a brilliant & fast solution.

Admin/aka Don, thanks for a brilliant & fast solution.
-
admin
- Site Admin
- Posts: 64886
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: [Autosize]: Change Maximum width of Name column
BTW, the factory default is 600 pixels.
FAQ | XY News RSS | XY X
Re: [Autosize]: Change Maximum width of Name column
FTR,
666 the beast 
Code: Select all
v10.10.0106 - 2011-08-24 14:20
* List Column Widths: Changed the logic like this:
- BEFORE: All column widths were limited to a max of 1024 pixels.
You could not make them any wider by any means.
- NOW: On manual setting the column widths have no max limit; auto-
sizing columns is limited to 600 pixels.
+ Tweak: Customize the max width for autosized columns in pixels.
AutosizeColumnsMaxWidth=666
The factory default (when you don't use the tweak) is 600.Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
XYplorer Beta Club