I have a button, and when I click on it, I need it to peform as if I have just clicked the scroll wheel on my mouse. Is this possible?
<Button x:Name="centreButton" Click="performScrollButtonClick"/>
I have a button, and when I click on it, I need it to peform as if I have just clicked the scroll wheel on my mouse. Is this possible?
<Button x:Name="centreButton" Click="performScrollButtonClick"/>