I have a ContextMenuStip that has many items. The size of the visible item list is short and does not show all the items.
For example, I have 26 items lettered A to Z, but I can only see A-J.
Pressing the letters A to J moves the focus to the correct item.
But if I press K, the items do not scroll up. The only way I can navigate to an item outside of the visible range is to use the up/down arrows or mouse.
Thank you