|
I have a ScrollView that's pretty long, and I want the user to be able to use the mouse wheel to scroll through it. The problem is, the wheel only scrolls about 25 pixels at a time and I need it to scroll a lot more than that. Is there any way to change the mousewheel scroll speed for a ScrollView? Barring that... Is there any way to turn off mousewheel scrolling altogether inside a ScrollView? (then I can use my own scrolling code to adjust the position)
(comments are locked)
|
|
I found this to work for me, with some tweaking. At least for slowing it down.
(comments are locked)
|
|
Could you detect when focus is in your ScrollView and muck with the Sensitivity on the 'Mouse ScrollWheel' input profile? This was from months ago and I ended up using a different method altogether to do what I needed so I'm not even sure if your answer would work or not, but thanks for trying.
Sep 01 '10 at 12:10 AM
Ony
Could you post your answer here, for posterity? I'm sure others may run into this too (it interested me anyway)
Sep 01 '10 at 07:26 PM
DaveA
(comments are locked)
|
