Report Control Scrolling |
Post Reply |
Author | |
minimum fuss
Newbie Joined: 25 October 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 25 October 2007 at 6:56am |
Is there any way I can programmatically detect when a user is scrolling the report control using the scroll bars? I can't see any events that are triggered.
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Unfortunately, no way for now. Use some workaround like catching BeforeDrawRow event which would be also fired a number of times on each scroll position change.
-- WBR, Serge |
|
minimum fuss
Newbie Joined: 25 October 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Whilst the BeforeDrawRow event is fired during scrolling, it is also fired when simply editing an Item in the Report Control, meaning any methods I associate with it will be incorrectly triggered during such times
The only work around I can see is to check the Top Row Index each time the event is triggered, but for a Report Control with a large collection of Items, this will have considerably bad effect on the performance.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |