How to maximize full width of columns ?
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
How to maximize full width of columns ?
Hello everyone, is there a command to set the maximum column width according to the largest length ? For example I can make a custom column column1:=length($path:) and then sort:column1-descending and then change the size of the largest number in column1 but is there a way to do this without using custom column or length($largest column) or to set the maximum full width of multiple columns ?
-
therube
- Posts: 5723
- Joined: Thu Sep 03, 2009 6:48 pm
-
void
- Developer
- Posts: 19871
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to maximize full width of columns ?
There's a built in Path Length property.
Ctrl + NumPad+ in the result list will autosize all your columns to fit.
Ctrl + Shift + NumPad+ in the result list will autosize all your columns to fit the window.
Everything will autosize your columns based on the visible text.
I think you are looking for an option to autosize the columns based on all available text?
Ctrl + NumPad+ in the result list will autosize all your columns to fit.
Ctrl + Shift + NumPad+ in the result list will autosize all your columns to fit the window.
Everything will autosize your columns based on the visible text.
I think you are looking for an option to autosize the columns based on all available text?
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: How to maximize full width of columns ?
The path length property is the same thing as length and inserting ($path)
ctrl shift and plus ive tried doesnt seem to work with all the columns
and yes autosize all the columns so that all the visible text is visible and not hidden is there such an implementation ?
ctrl shift and plus ive tried doesnt seem to work with all the columns
and yes autosize all the columns so that all the visible text is visible and not hidden is there such an implementation ?
-
void
- Developer
- Posts: 19871
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to maximize full width of columns ?
They are the same.The path length property is the same thing as length and inserting ($path)
Ctrl + Shift + NumPad+ will not gather property values.ctrl shift and plus ive tried doesnt seem to work with all the columns
You'll need to bring each column into view before pressing Ctrl + Shift + NumPad+
No.and yes autosize all the columns so that all the visible text is visible and not hidden is there such an implementation ?