0

I am currently looking up the way to catch the event which happens before ScrollEvent is fired in DataRepeater Control(Just only happens once, not during scrolling).

And I found no luck or clue.

Anyone knows how to do that, or any clue/suggestion/idea would be helpful.

Kingcesc
  • 84
  • 1
  • 6
  • *Before* the ScrollEvent? I think you'll probably have to override WndProc, and catch the scroll message before letting the base implementation do it's work. – Octopoid Jan 22 '15 at 11:45
  • Oh, or are you trying to basically add ScrollStarts and ScrollEnds type events? – Octopoid Jan 22 '15 at 11:45
  • @Octopoid there are no such of these ScrollStarts or ScrollEnds in Datarepeater. I hope it had, but no, poor me. – Kingcesc Jan 23 '15 at 00:25
  • That's right, but you can make a custom extended class and *add* those events, if that's what you're trying to achieve. – Octopoid Jan 23 '15 at 08:53

0 Answers0