the blinking means the scrollbar is selected - feedback to the user. Setting
tabstop = false just means you can't tab to it when you are tabbing through
the controls - it doesn't preclude it from being selected. You could disable
it, then it couldn't be selected, but then there wouldn't be much point of
having it.
--
Regards,
Tom Ogilvy
"chfa" wrote:
> Hello,
>
> How can I stop the annoyning Blinking of a scrollbar ??
>
> The famous Tabstop-=-False doesn't work!
>
> .... or did I something misunderstand:
>
> me.scrollbar1.tabstop = False ' so I understood the hints!
>
> Thanx for a practible way to solve this problem!
>
> (:
> ChFa
>
>
|