Use of mouse wheel ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I would like to be able to use the mouse wheel button in my windows
application to scroll my control data.

The weel gets two function, when you rotate it and whne you press it.
How to handle that 2 function and tell to my control to scroll up or down
based on wheel function?

Any one have use it already?

Thanks for your help
regards
serge
 
I ma using a treeView control, a listView control and a datagrid control
in a windows vb.net application

Actually it is not doing anything even if scrool is set automatically
 
I'm sure it works here with the DataGrid control. I'll give this a try with
the other controls...

Patrice

--
 
the scrolling works just fine. You Dont have to prgram anything. i Just tried
it and it worked automatically.

make sure ur mouse is fine.
 
FFWIW,
The scroll button does not work on my listviews either. Perhaps it is
a setting or a driver specific issue?

John
 
Yes I checked the treeview and listview and scrolling works (thought page
scrolling doesn't or perhaps should I set some properties to define the page
increment).

Looks like it's a device problem...
--
 
Back
Top