wizzo
07-14-2005, 08:09 AM
I have a scrollpane with an image in it that I want to scroll verticall only.
I have prevented a horizontal scroll bar appearing by setting
hScrollPolicy = "off";
However, when you give the scrollpane focus, the left and right keys still cause the scrolllpane to scroll left and right. How do I disable the left and right keys?
Cheers for any advice,
W
I have prevented a horizontal scroll bar appearing by setting
hScrollPolicy = "off";
However, when you give the scrollpane focus, the left and right keys still cause the scrolllpane to scroll left and right. How do I disable the left and right keys?
Cheers for any advice,
W