Scroll wheel

W

web1110

Hi y'all,

Ok, still playing with my DataGrid ComboBox.

I solved the scroll problem, but now I discovered this:

If I am in the ComboBox and rotate the scroll wheel on the mouse, I get the
exception:

The ListManager's position must be equal to rowNum.

and the select row but not the ComboBox changes rows (It appears, anyway).

Is there a way to disable the scroll wheel while in the ComboBox or catch
and discard scoll wheel events?

Thanx,
Bill
 
W

web1110

Hi y'all, again,

As an add on question, how do I identify an event programmatically?

Is it necessary to do a

if(e.message=="<Event description>" )

to identify the particular event? Nah, can't be!!!

Thanx,
Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top