Results 1 to 3 of 3

Thread: ListView API

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2001
    Location
    Springfield
    Posts
    120

    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
    MM

  2. #2
    New Member
    Join Date
    Aug 2001
    Posts
    4

    Use this

    Perhaps this can solve your problem:

    Declare Function GetScrollPos Lib "user32" (ByVal hwnd As Long, ByVal nBar As Long) As Long

  3. #3
    Matthew Gates
    Guest
    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
  •  



Click Here to Expand Forum to Full Width