CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How to set ListControl to Scroll Vert only

    hello,
    my list control scrolls horizontaly by default. i dont see any options to make it vertical scroll only. how can i do this?

    thanks,
    scott


  2. #2
    Join Date
    May 1999
    Location
    Canada
    Posts
    36

    Re: How to set ListControl to Scroll Vert only

    See post To Disable the Vertical Scroll Bar in a Owner Draw ListCtrl
    http://www.codeguru.net/bbs/wt/showp...&sb=#Post11333



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

Featured