CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    FRANCE, Toulouse
    Posts
    39

    CListBox with a left scrollbar

    Hi,
    How can I have a simple CListBox but with a left vertical scrollbar ?


  2. #2
    Join Date
    May 1999
    Posts
    116

    Re: CListBox with a left scrollbar

    On the Extended Styles page of the property sheet for the ListBox in the Resource Editor, there is a CheckBox for a left scroll bar.


  3. #3
    Join Date
    May 1999
    Location
    FRANCE, Toulouse
    Posts
    39

    Re: CListBox with a left scrollbar

    Yes, I 've seen it but it only works with Windows Arabics, ...
    Using occidental Windows, it has no effect :-(


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