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
Printable View
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
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
Thanks again chris!
- Alex