The Mask Posted May 18, 2024 Posted May 18, 2024 How does one code in xaml only to hover the mouse over the gamewheel and use the mouse wheel to scroll the gamewheel? Quote
JoeViking245 Posted May 18, 2024 Posted May 18, 2024 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
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.