PRB: Mouse & Click Events Behavior in List Box and Grid DifferLast reviewed: October 28, 1996Article ID: Q156870 |
The information in this article applies to:
SYMPTOMSThe Mouse and Click events do not fire on same areas of the object. The Click event ignores clicks to the scroll bar.
STATUSThis behavior is by design.
MORE INFORMATIONThe behavior of the Mouse and Click events differ. The Click event executes after clicking on the item itself; however, the Click event ignores clicks to the object's scroll bars. For example, clicking on an item listed in a list box triggers the Click event. Conversely, Mouse events react to both clicks on the object and the scroll bars of the object. For example, consider a list box and its scroll bars. A MouseUp or MouseDown event fires after clicking the contents of the list box or the scroll bars of the object. This behavior occurs with grid and list box objects.
Steps to Reproduce Behavior
|
KBCategory: kbui kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |