I''m trying to find which EventHandler to use for a GridControl + scrollbar and the following:
- The scrollbar is at the very top of the scrollbar range (value = 0) and I attempt to click on the up arrow with my mouse (which doesn''t actually cause any scrolling to happen since its at the top already)
I''ve tried creating many event handlers for WindowScrolling, ValueChanged, etc, but these don''t work since the bar isn''t scrolling.
I''ve also tried creating a handler for the Click Event for the gridcontrol, but this doesn''t get fired either.
Any help would be appreciated.
Thanks,
Melissa