Click to See Complete Forum and Search --> : Scroll Bars


Alex Black
March 30th, 1999, 12:19 PM
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

Chris Eastwood
March 31st, 1999, 05:48 AM
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

Alex Black
March 31st, 1999, 12:59 PM
Thanks again chris!


- Alex