I have a ASP.Net datagrid wrap in the following div:
<DIV id="divPart2" style="OVERFLOW: hidden">.
Another div controls the horizontal scrolling:
<DIV id="scroll1" style="OVERFLOW: scroll; WIDTH: 800px; LINE-HEIGHT: 0px;
HEIGHT: 17px" onscroll="javascript:
document.getElementById('divPart2').scrollLeft = this.scrollLeft;"> scrolls
the datagrid horizontally.
When the horizontal scroll box is dragged or any of the scrollbar arrows is
clicked, the datagrid scrolls at a normal speed. However, when you click on
the scroll bar outside the scroll box, the horizontal scrolling is very slow.
The scrollLeft value is a sequential number starting from 1. This problem
happens only in WinXP but not in Win2000 and Win2003 server.
Appreciate your help.
Ed