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.
"news.microsoft.com" <di********@discussion.microsoft.com> wrote in message
news:en**************@TK2MSFTNGP10.phx.gbl...
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.