I would like to be able to use different layout modes and sorting in each folder, like in file explorer.
We can definitely explore this but in order to be transparent I want to let you know it probably won't be before Launch 2020.
In File Explorer, the layout of a folder is stored in a operating system protected file named "Desktop.ini". We could use the same file for setting the layout.
@Jaiganeshkumaran Is this something you would like to work on?
Yes, sure.
In File Explorer, the layout mode and sorting for a directory is stored in a file named desktop.ini in that folder. We can do something similar or we can use a JSON file in the app local folder.
Any updates to this? I am really looking forward to this! 馃憖
first implementation attempt with #1485, read the comments
Most helpful comment
first implementation attempt with #1485, read the comments