需要一个下拉命令列表框

发布于 2024-10-12 09:37:34 字数 239 浏览 1 评论 0原文

在 WinForms 中,我必须快速设置一个包含一些文本和命令/按钮下拉列表的项目列表。这在 XAML 中很容易(我被宠坏了),但我不熟悉 Winforms。

std Winform 控件是否提供此功能? 有人可以建议第 3 方控件吗?

该图像显示悬停时显示的下拉菜单。

谢谢

alt text

In WinForms, I have to quickly set up a list of items that have some text and a dropdown of commands/buttons. This would be easy in XAML (I'm getting spoiled), but I'm not familiar with Winforms.

Do any of the std Winform controls provide this?
Can anyone suggest a 3rd party control??

The image shows a drop-down being shown when hovered.

Thanks

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别忘他 2024-10-19 09:37:34

看起来像普通的上下文菜单,因此您可以使用 ContextMenuStrip 组件。调用其 Show()< 之一/code>方法,当你想打开它时。

Looks like a normal context menu, so you can probably do this with the ContextMenuStrip component. Call one of its Show() methods when you want to open it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文