|
-
Mar 9th, 2008, 12:21 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Stop blinking scrollbars
is it possible to stop the blinkness of Scrollbars?
blinkness which comes when we click on status bar scroll stick. and also is it possible to remove scrolling stick from the scrollbars?
-
Mar 9th, 2008, 12:23 PM
#2
Re: Stop blinking scrollbars
To stop blinking, set scrollbar TabStop = False.
What is a scrolling stick? If you are talking about the middle part (known as the thumb), then no, not that I know of. Generally, if the scrollbar is not needed, one makes it invisible.
-
Mar 9th, 2008, 12:32 PM
#3
Thread Starter
Fanatic Member
Re: Stop blinking scrollbars
great,
now i know this is known as Thumb, also TabStop works,
Thump is hide when we disable scrollbar. thanks
-
Mar 9th, 2008, 12:33 PM
#4
Re: Stop blinking scrollbars
You can also set the focus to another control after the scroll change event
eg:
Picture1.SetFocus
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Mar 9th, 2008, 12:38 PM
#5
Thread Starter
Fanatic Member
Re: Stop blinking scrollbars
 Originally Posted by isnoend07
You can also set the focus to another control after the scroll change event
eg:
Picture1.SetFocus
i was doing the same till now, but i thought i must ask if it can be done and got its answer
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
|