CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Posts
    21

    ListView's ScrollBar problem

    I just added a ListView control into my program. I set the FlatScrollBar property to True, hoping to see the scrollbar when I running the program.
    However, I didn't see the scroll bar at all. I have to use the arrow key instead.
    Can anyone help me? Thanks a lot!



  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: ListView's ScrollBar problem

    set the property to FALSE!

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

  3. #3
    Join Date
    Dec 1999
    Location
    Pakistan
    Posts
    2

    Re: ListView's ScrollBar problem

    If you flatscrollbar property set to false then you will see the
    scrollbar for the listview control. you can do by choosing the custom property of listview control and deselect the flatscrollbar property
    Okay for further information please mail me [email protected]


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