Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些包含许多菜单项的菜单。鼠标滚轮不会滚动它们。我必须使用键盘箭头或单击顶部和底部的箭头。是否可以使用鼠标滚轮滚动工具条菜单项?在 vb.net 谢谢
我已经通过列表框完成了这项工作,因为我得到了任何东西。我什至使用文本框,以便我可以轻松地对我的数据进行排序,因为它有太多的菜单项它可以轻松滚动并按文本框排序,因此我可以轻松找到我的菜单项谢谢。