Page 1 of 1

[Autosize]: Change Maximum width of Name column

Posted: 12 Nov 2013 10:31
by binocular222
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

Re: [Autosize]: Change Maximum width of Name column

Posted: 12 Nov 2013 10:38
by admin
There is a tweak for this. You could do this:
AutosizeColumnsMaxWidth=1000

Re: [Autosize]: Change Maximum width of Name column

Posted: 12 Nov 2013 10:39
by binocular222
Perfect!

Re: [Autosize]: Change Maximum width of Name column

Posted: 12 Nov 2013 10:41
by Marco
admin wrote:There is a tweak for this. You could do this:
AutosizeColumnsMaxWidth=1000
Thanks for pointing it out. It really helps those with larger screens.

Re: [Autosize]: Change Maximum width of Name column

Posted: 12 Nov 2013 10:42
by armsys
binocular222, thanks for raising a practical quest. :appl:
Admin/aka Don, thanks for a brilliant & fast solution. :appl: :cup:

Re: [Autosize]: Change Maximum width of Name column

Posted: 12 Nov 2013 10:46
by admin
BTW, the factory default is 600 pixels.

Re: [Autosize]: Change Maximum width of Name column

Posted: 12 Nov 2013 10:48
by Marco
FTR,

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.
666 the beast :twisted: