+ SetThumbPosition(position);
+ }
+ else if ( scrollEvent != wxEVT_SCROLL_THUMBRELEASE &&
+ scrollEvent != wxEVT_SCROLL_ENDSCROLL )
+ {
+ // don't process the event if there is no displacement,
+ // unless this is a thumb release or end scroll event.
+ return FALSE;
+ }