We are a group of Software Engineers with a dream. This dream is of providing people with great tools to create an online presence, and do so with no technical knowledge. We also would like to NOT be evil.
Contributed by Raj Parameswaran
I found this link on a tutorial to effectively make a region horizontally scrollable according to mousemove events.
It seems like a nice solution and I've currently implemented it in the Selector toolbar region for icons. I noticed however that when there are a large amount of icons, scrolling in this manner can become a bit "tedious" so I tried to keep my javascript code as tiny as possible so it can easily be removed if needed.
Raj