Is there a way to expand/collapse all subfolders of the specified folder in the Lister views? For example, it would nice to be able to Alt+click (or whatever) a folder's expansion icon to open/close all of it's subfolders.
I tried searching this forum, as well as DOpus' preferences, but it's possible that I've overlooked something. I'm also happy to file a feature request if there's no such option currently available. Thanks.
He made a script that has more expand/collapse abilities. I'm not sure if his newest version is on that particular thread.
I think adding =All to the main code (when making a command on a button) it is the all you're looking for. You have to select the folder first, or else all in the parent are affected.
Here is a three button button that toggles between expand and collapse for either all folders or all selected folders. The code for the button follows the button code.
I was trying to keep it simple by only using basic commands rather than scripts. I do use errante's script. Depending on the number of folders and subfolders, the initial expansion can take a noticeable amount of time when using the script. Using basic commands provides a "solution" to this.
I use Flat View (Grouped) all the time, but in this particular case, I was looking for a way to expand all the subfolders of the selected folder only (i.e., not all folders/subfolders). Thanks, @lxp.