Add Event to ScrollBar of Table control

HARRY

Active Member
Licensed User
Longtime User
Hi,

In order to temporarily prevent updating of a table, I want to stop a timer when a mousedown event occurs on the vertical scrollbar of a table control and to start a timer again when the mouseup event occurs on that scrollbar.

I know how to add events e.g. on the table itself, but how to reach the scrollbar?

Can anybody help me?

Harry
 

HARRY

Active Member
Licensed User
Longtime User
Hi Erel,

Thanks for your reply; but using the Editable Table I do not succeed in creating the mouse down and up event on clicking on the scroll bar.

Yes, the scroll event can be created, but that is of nu use for me. I need two distinct situations for which mouse down and up on the scroll bar would be ideal: the user can scroll and view the whole table which is not updated as long as he keeps the mouse on the scroll bar.

If you don't see a solution then I will solve my 'problem' in another, less elegant way.

Harry
 
Top