The Mask Posted May 18 Share Posted May 18 How does one code in xaml only to hover the mouse over the gamewheel and use the mouse wheel to scroll the gamewheel? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted May 18 Share Posted May 18 1 hour ago, The Mask said: How does one code in xaml only to hover the mouse over the gamewheel and use the mouse wheel to scroll the gamewheel? I don't think you can do it directly in xaml. It needs to be done in code behind, or in this case reference a dll plugin (to act as the code behind). But also, I'm not sure if in a FlowControl (the wheel), you can add/access a PreviewMouseWheel event. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.