Interesting thought was proposed to me at work today regarding alpbetical lists and deviding them into columns
I personally organise them using the left-right rule, for example;
1 2 3
4 5 6
7 8 9
I've it like this for a number of reasons
1. Its easier to code
2. I personally find it easier to read left-right when looking at such lists (as it means I scroll down once rather than having to scroll down and up to look at the whole list)
3. Just how I've been taught to do lists in design unless they are being grouped in a particular way
But I was ask to make it go in a up-down fasion;
1 4 7
2 5 8
3 6 9
To me I find it a little more odd to read and annoying, but alas, the user prefer this (as it's a custom admin panel, there was no real need to argue otherwise or look deeper into it).
I'm just wondering what, when given a free choice to do a list, do you use and why? Also, is there any write-ups on this subject matter?

