This probably won't help, but:
cd <place you want to find>
find . -printf "%s\t%p\n" | sort -g -r
will do it on a Unix system (or a Windows machine with cygwin installed). Don't think you can do it graphically with Windows Explorer tho. as you can't flatten the directory structure.