wpf - MouseBinding WheelClick not pass through -



wpf - MouseBinding WheelClick not pass through -

i using next code in xaml add together command mouse wheel scroll event. item within itemscontrol. command can correctly triggered. however, wheel scroll event seems not passed parent more. when scroll mouse wheel, items within itemscontrol won't move anymore. how solve issue?

<usercontrol.inputbindings> <mousebinding gesture="wheelclick" command="{binding mymousewheelcommand}"/> </usercontrol.inputbindings>

wpf xaml

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -