Make List View Stacks Work Like Grid View Stacks

This trick is really nice. It makes the list view (that’s used in Stacks) more useful.
I also think the list becomes more beautiful. There’s more space, and icons look great to the left in the list.
In list view, you’re able to scroll through a lot of files quickly. Thanks to this trick, you can also navigate to another folder without leaving the Stack — you just keep drilling down as many subfolders as you’d like (just like in Grid view).
This is not possible in Snow Leopard per default — unless you write the command below. So, open your Terminal and write this:
defaults write com.apple.dock use-new-list-stack -bool YES
Once you’ve done this, restart the Dock for changes to take effect.
The best way to do this is by writing killall Dock in the Terminal.
It takes a couple of seconds. After that, you’ll notice that your Stacks lists just got a whole lot more useful.