Does TTMSFNCListBox Events "OnKeyPress", "OnKeyDown" not work?
I have a window with only one list box in it and I want to control the form with the keyboard. On enter I want to select the item and on ESC I want to close it.
But no keyboard events arrive. Everything is fine with the mouse.
I absolutely need the keyboard.
the listbox uses a TTMSFNCTreeView internally. The events are not redirected. I'll investigate here what we can do about that, for now ,you can use TMSFNCListBox1.TreeView.OnKeyDown