PRB: Arrow Key Doesn't Fire Keypress Tree/Listview ControlsLast reviewed: August 13, 1997Article ID: Q143405 |
The information in this article applies to:
- Standard, Professional and Enterprise Editions of Microsoft Visual Basic, 32-bit only, for Windows, version 4.0
SUMMARYPressing an arrow key does not fire the keypress event for the Treeview and Listview controls because they have built-in functionality for these keys. It is not obvious which event is available to determine that the selected node has changed because of this behavior.
MORE INFORMATIONThe ItemClick event for the Listview control and the NodeClick for the Treeview control get fired whenever an item's selection changes, even if it changes as a result of a keystroke.
Steps to Reproduce Behavior
Keywords : PrgOther vb432 VB4WIN kbcode Version : 4.0 Platform : NT WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |