hoa01206
August 14th, 2001, 04:47 PM
This API Function:
Public Declare Function SetScrollPos Lib "user32" (ByVal hWnd As Long, ByVal nBar As Long, ByVal nPos As Long, ByVal bRedraw As Long) As Long
I am using MSFlexGrid Control
Will allow to move the scroll box (thumb) but will not allow moving the contents of teh grid control. Any ideas???
Thanks
Hisham
Public Declare Function SetScrollPos Lib "user32" (ByVal hWnd As Long, ByVal nBar As Long, ByVal nPos As Long, ByVal bRedraw As Long) As Long
I am using MSFlexGrid Control
Will allow to move the scroll box (thumb) but will not allow moving the contents of teh grid control. Any ideas???
Thanks
Hisham