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
Post a Comment