Win Forms(手风琴)多级下拉控件
我正在寻找 C# Win Forms(.NET 3.5) 多级(或分类)手风琴菜单控件。
以下 URL 右侧的菜单演示了我想要实现的行为:
http://jsbin.com/oteze/edit#javascript,html (请参阅 HTML 组合但希望支持多个级别)
例如,我希望能够导航以下菜单并仅选择一个项目。
我愿意接受任何建议。
谢谢,
f.
I am looking for a C# Win Forms(.NET 3.5) multi-level(or categorised) accordion menu control.
The menu on the right in the following URL is a demonstration of the behaviour that I would like to implement:
http://jsbin.com/oteze/edit#javascript,html (see HTML Combo but would like to support multiple levels)
For example, I would like to be able to navigate the following menu and select just a single item.
I'm open to any suggestions.
Thanks,
f.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定您到底在寻找什么,但也许 WinExplorerBar 适合您的需求。
I'm not sure exactly what you're looking for, but perhaps the WinExplorerBar suits your needs.
MainMenu(正常的 Windows 原生菜单)适合这个目的。
The MainMenu (the normal windows naitive menu) suits this purpose.