Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created May 10, 2018 22:14
Show Gist options
  • Save tablacus/1e11bb2571fa318eecf1c9c1c0cf008e to your computer and use it in GitHub Desktop.
Save tablacus/1e11bb2571fa318eecf1c9c1c0cf008e to your computer and use it in GitHub Desktop.
Auto columns size - Tablacus Explorer
FV.CurrentViewMode(4,16);
setTimeout(function()
{
FV.Columns ='"System.ItemNameDisplay" -2 "System.DateModified" -2 "System.Size" -2 "System.ItemTypeText" -2';
}, 99);
@tablacus
Copy link
Author

Please use an add-on Folder settings
image

First set up a view for general file folders (use * as filter).

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment