|
-
August 11th, 1999, 03:35 AM
#1
DataGrid - HScroll
Can anyone tell me How to detect left Scorlling or right Scrolling ?
-
August 11th, 1999, 05:33 AM
#2
Re: DataGrid - HScroll
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|