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

Thread: Scroll Bars

  1. #1
    Join Date
    May 1999
    Location
    St-Petersburg (Russia)
    Posts
    32

    Scroll Bars



    When I use scroll bars on my form, they 'flash' after the user has scrolled them. It looks AWFUL.


    Has anyone else seen this? Or know how to get around it?


    Thanks,


    - Alex

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Scroll Bars



    Hi Alex


    There are quite a few ways around this, the easiest is to set the 'TabStop' property of the scrollbar to 'False'. Other ways include setting focus away from the control when the '_change' event happens (usually to a 'hidden' control)


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com/vb



  3. #3
    Join Date
    May 1999
    Location
    St-Petersburg (Russia)
    Posts
    32

    Re: Scroll Bars



    Thanks again chris!


    - Alex

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