August 11th, 1999, 03:35 AM
Can anyone tell me How to detect left Scorlling or right Scrolling ?
|
Click to See Complete Forum and Search --> : DataGrid - HScroll August 11th, 1999, 03:35 AM Can anyone tell me How to detect left Scorlling or right Scrolling ? Ravi Kiran August 11th, 1999, 05:33 AM Only way is by remembering the previous value using a static variable (or a form level global - would be over kill) Check the current value and the saved value and the -ve/+ve should give left/right scroll. This is the standard method for any scroll - i think it should work for DBDrid also. RK codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |