|
-
March 30th, 1999, 01:19 PM
#1
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
-
March 31st, 1999, 06:48 AM
#2
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
-
March 31st, 1999, 01:59 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|