Page 1 of 1

Autosize Columns considers width of all columns even in List view

Posted: 14 Aug 2026 22:30
by Demic
XYplorer Version 27.20.1500 (32bit)
Windows 11
Screen Scaling 100%

File names in List view get squashed if the path to one of the files is very long.

The easiest way to reproduce is to create a Paper Folder and drop there a couple of files from somewhere deep in the directory tree. Then switch to Details view, resize the window so that Path column takes most of the list width, then press Ctrl-Num+. Observe that file names get squashed while the Path column shows full folder name.

XY File Names Details.png

Now switch to the List view and press Ctrl-Num+ again. Observe that file names remain squashed despite the fact that only the file name is shown. Seeing that file names have the same width in List view as they had in Details view tells me that Autosize function considers Path column even though it is not shown.

XY File Names List.png

Same autosizing behavior can be observed in Branch view, but since the Branch view shows relative paths, it is not that obvious.

Another autosize problem I see regularly is that the list view shows only file icons with maybe one or two letters of the file names in regular folder at XY startup or when another pane is first shown, and I have to autosize manually with Ctrl-Num+ to see file names. This, however, is not so easy to reproduce since it happens from time to time.
XY First Shown.png

Re: Autosize Columns considers width of all columns even in List view

Posted: 20 Aug 2026 15:57
by admin
Good catch! :tup: Fixed in the next beta(s).

Your other issue: It might serve you to enable Configuration | General | Sort and Rename | Sort | Show sort headers in all views.

Re: Autosize Columns considers width of all columns even in List view

Posted: 21 Aug 2026 11:00
by admin
Hmm, I can't really reproduce the issue, and looking at the code it seems impossible. Could you send your INI file to support, that should make it easy to reproduce it.

Re: Autosize Columns considers width of all columns even in List view

Posted: 23 Aug 2026 09:09
by Demic
Found a consistent way to reproduce it with two panes. Seems like autosize is not applied when you switch to another pane after startup.

Start XY, the initial pane is autosized:

XY Pane 1.png

Now switch to another pane:

XY Pane 2.png

Click on a second tab, the view is autosized, click back the first tab, now the view is autosized too.

Re: Autosize Columns considers width of all columns even in List view

Posted: 23 Aug 2026 09:44
by admin
Can't reproduce. There are probably other settings involved.

Btw, the next beta offers a cure against ultra-wide Path columns:

Code: Select all

    + List | Autosize Columns: You can now Ctrl+Right-click the Path column and select 
      "Limit Path Column Autosize" to limit the Path column autosize to one-third of the 
      current list width. This makes sense since paths can get very long, but you don't 
      want them to block all the other information.