there are no properties or events that I could find that would trap the event where the scroll grab handle has focus and flashes. This can happen if the nadle is just clicked (say).
My solution was to have a timer on 500 mS and have it set focus to a (visible but "behind"
control called focusobject.
eg
Sub Timerf_Timer()
focusobject.SetFocus
End Sub
Anyone with a better idea on how to find-out if a scroll object has focus (there is no OnFocus event for scroll)
My solution was to have a timer on 500 mS and have it set focus to a (visible but "behind"
eg
Sub Timerf_Timer()
focusobject.SetFocus
End Sub
Anyone with a better idea on how to find-out if a scroll object has focus (there is no OnFocus event for scroll)