|
-
Aug 29th, 2001, 09:40 AM
#1
Thread Starter
Lively Member
ListView API
How to get rid of listview's horizontal scrollBar, there is no property for that. But I think there must be a API fuction can do the trick. I understand if I adjust the column much wider than the horizontal scrollbar will dissapear, but that is not the trick I am looking for. Thanks for help
-
Aug 30th, 2001, 03:42 AM
#2
New Member
Use this
Perhaps this can solve your problem:
Declare Function GetScrollPos Lib "user32" (ByVal hwnd As Long, ByVal nBar As Long) As Long
-
Aug 30th, 2001, 03:52 AM
#3
Perhaps your other thread will help?
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
|