BUG: HScroll has 2 diff behaviours on scroll events

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi,

When I process a HScroll scroll event I get one event fired for a increase
value using the > button.

When I make a User control with a HScroll on it and catch the message and
forward my own, I get two events fired yet I send one. I get a
SmallIncrement and then a EndScroll e.Type.

Why the difference in events, its confusing.
 
Nevermind, i get the same now for a single HScroll control.. I just only
process the EndScroll now.

Strange that I only got one event fired for a single HScroll before.
 
Back
Top